]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/archive_year.html
Updated dependencies
[pcdenotes.git] / notes / templates / archive_year.html
index 430a1f035546e84e92af8d3db2503fe2d04fcb41..d72b31fd72b414ab8c3855a18bbd6bbee6c95bb7 100644 (file)
@@ -1,14 +1,15 @@
 {% extends "note_base.html" %}
 {% extends "note_base.html" %}
+{% load notes_extras %}
 
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
 
 {% block title %}Archive {{ year }} – Notes{% endblock %}
 
 {% block content %}
-<h2 class="container mt-5">Archive {{ year }}</h2>
+<h2>Archive {{ year }}</h2>
 
 {% if months %}
 <ul>
   {% for month in months %}
 
 {% if months %}
 <ul>
   {% for month in months %}
-    <li><a href="{{ month }}/">{{ month }}</a></li>
+    <li><a href="{{ month.created_month }}/">{{ month.created_month|month_name }}</a> ({{ month.total }})</li>
   {% endfor %}
 </ul>
 {% else %}
   {% endfor %}
 </ul>
 {% else %}

patrick-canterino.de