]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_month.html
And now we can list the notes in a certain month
[pcdenotes.git] / notes / templates / archive_month.html
index ced8896940f0b9bdc9812af69b89e5d887a73b4e..1bcf0285124543b050551c6b21ff4a69d0e7d2f2 100644 (file)
@@ -5,5 +5,13 @@
 {% block content %}
 <h2>Archive {{ month }} / {{ year }}</h2>
 
 {% 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
 {% endblock %}
\ No newline at end of file

patrick-canterino.de