]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotations/author.html
Rename code from 'quotations' to 'quotes'
[djsite.git] / quotes / templates / quotations / author.html
diff --git a/quotes/templates/quotations/author.html b/quotes/templates/quotations/author.html
deleted file mode 100644 (file)
index 38b36c7..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends 'quotations/base.html' %}
-
-{% block body %}
-
-
-<h1>{{ author.name }}</h1>
-
-<p>All the quotes for {{ author.name }}:<p>
-
-{% for quote in author.quote_set.all %}
-  {% include "quotations/display.html" with quote=quote %}
-{% endfor %}
-
-
-{% endblock %}