]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/author.html
On the author page, don't display the author notes for each quote
[djsite.git] / quotes / templates / quotes / author.html
index b09befc1d7f8797fa80d729d4007992c93c1db87..60dbafa577c45b4cf83ff3ef9354d096b745b5ff 100644 (file)
@@ -11,8 +11,7 @@
 <p>All the quotes for {{ author.name }}:<p>
 
 {% for quote in author.quote_set.all %}
-  {% include "quotes/display.html" with quote=quote %}
+  {% include "quotes/display.html" with quote=quote skip_author_notes=True %}
 {% endfor %}
 
-
 {% endblock %}