git.p6c8.net
/
pcdenotes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bump django from 4.0.6 to 4.0.7
[pcdenotes.git]
/
notes
/
templates
/
archive_year.html
diff --git
a/notes/templates/archive_year.html
b/notes/templates/archive_year.html
index 826086acd3891125a2ce91f7e33c6b5a0dbf2212..d72b31fd72b414ab8c3855a18bbd6bbee6c95bb7 100644
(file)
--- a/
notes/templates/archive_year.html
+++ b/
notes/templates/archive_year.html
@@
-1,4
+1,5
@@
{% extends "note_base.html" %}
{% extends "note_base.html" %}
+{% load notes_extras %}
{% block title %}Archive {{ year }} – Notes{% endblock %}
{% block title %}Archive {{ year }} – Notes{% endblock %}
@@
-8,7
+9,7
@@
{% 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