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