]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/tag.html
Create an administrative interface
[djsite.git] / quotes / templates / quotes / tag.html
index 3f3eb06a9b16cfbd2111d15c265569133f0f35e9..a308d451f8f348d0338917c74879b103e3c1c725 100644 (file)
@@ -4,11 +4,10 @@
 
 {% block body %}
 
-<p>All the quotes tagged with "{{ tag.tag }}":<p>
+<p>All the quotes tagged with "{{ tag.tag }}":</p>
 
 {% for quote in tag.quote_set.all %}
   {% include "quotes/display.html" with quote=quote %}
 {% endfor %}
 
-
 {% endblock %}