]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/note_detail.html
templates: display publication time
[chloro.git] / chloro / phyll / templates / phyll / note_detail.html
index 425ee2da38e13dbcf0779fd472c2e97691f53622..4c919c210dc846e07a21189e81fc3e0dee33c907 100644 (file)
@@ -7,6 +7,8 @@
 <div>
 <h2>{{ object.title }}</h2>
 <div>{{ object.text|safe }}</div>
+
+<div class="meta">{{ object.creation_timestamp|date:"j E Y, H:i"|lower }}</div>
 </div>
 {% endblock %}