]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_month.html
Moved more styles to CSS file
[pcdenotes.git] / notes / templates / archive_month.html
index ced8896940f0b9bdc9812af69b89e5d887a73b4e..594eb35b211f35097038503ec56e9e2ad8e2e0a6 100644 (file)
@@ -5,5 +5,13 @@
 {% block content %}
 <h2>Archive {{ month }} / {{ year }}</h2>
 
-
+{% if notes %}
+<ul>
+  {% for note in notes %}
+    <li><a href="{{ note.get_absolute_url }}">{{ note.title }}</a></li>
+  {% endfor %}
+</ul>
+{% else %}
+<p>No notes</p>
+{% endif %}
 {% endblock %}
\ No newline at end of file

patrick-canterino.de