]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/work_notes.html
Add a 'work' concept
[djsite.git] / quotes / templates / quotes / work_notes.html
diff --git a/quotes/templates/quotes/work_notes.html b/quotes/templates/quotes/work_notes.html
new file mode 100644 (file)
index 0000000..995c89c
--- /dev/null
@@ -0,0 +1,5 @@
+{% if work.notes %}
+<div class="work_notes">
+  <p>{{ work.notes|safe }}</p>
+</div>
+{% endif %}