]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/author_notes.html
Fix template for HTML bits
[djsite.git] / quotes / templates / quotes / author_notes.html
index d666de6cc1b7649255baeb8b86addbf19dfe9530..ecc838026653cff4e809f84c8748c034ab0292ae 100644 (file)
@@ -1,5 +1,5 @@
 {% if author.notes %}
 <div class="author_notes">
-  <p>{{ author.notes|safe }}</p>
+  {{ author.notes|safe }}
 </div>
 {% endif %}