]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/author_notes.html
Add the possibility of attaching notes to an author
[djsite.git] / quotes / templates / quotes / author_notes.html
diff --git a/quotes/templates/quotes/author_notes.html b/quotes/templates/quotes/author_notes.html
new file mode 100644 (file)
index 0000000..d666de6
--- /dev/null
@@ -0,0 +1,5 @@
+{% if author.notes %}
+<div class="author_notes">
+  <p>{{ author.notes|safe }}</p>
+</div>
+{% endif %}