]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/author.html
Add the possibility of attaching notes to an author
[djsite.git] / quotes / templates / quotes / author.html
index c3377ceeb3d7fdcb7d3b150e83c2cefbd7ef197e..b09befc1d7f8797fa80d729d4007992c93c1db87 100644 (file)
@@ -4,9 +4,10 @@
 
 {% block body %}
 
-
 <h1>{{ author.name }}</h1>
 
+{% include "quotes/author_notes.html" with author=author %}
+
 <p>All the quotes for {{ author.name }}:<p>
 
 {% for quote in author.quote_set.all %}