]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/work.html
Fix tag errors found by the new UT
[djsite.git] / quotes / templates / quotes / work.html
index fca254869202a6a64dfc8c4123fc1f1212c649d9..4d651a493ace4b7a5fe18eff731d7df52a147457 100644 (file)
@@ -6,7 +6,7 @@
 {% include "quotes/work_notes.html" with work=work %}
 {% include "quotes/author_notes.html" with author=work.author %}
 
-<p>All the quotes for {{ work.name }}:<p>
+<p>All the quotes for {{ work.name }}:</p>
 {% for quote in work.quote_set.all %}
   {% include "quotes/display.html" with quote=quote skip_author_notes=True skip_work_notes=True %}
 {% endfor %}