git.p6c8.net
/
pcdenotes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated Bootstrap to 5.2.1
[pcdenotes.git]
/
notes
/
templates
/
archive_month.html
diff --git
a/notes/templates/archive_month.html
b/notes/templates/archive_month.html
index a73f3e578133a3cfe9ede508e4fef00ac188e4f4..3eb81ee096710f6c11cc9da99cf65df4c24a8d1c 100644
(file)
--- a/
notes/templates/archive_month.html
+++ b/
notes/templates/archive_month.html
@@
-1,9
+1,10
@@
{% extends "note_base.html" %}
{% extends "note_base.html" %}
+{% load notes_extras %}
-{% block title %}Archive {{ month
}} /
{{ year }} – Notes{% endblock %}
+{% block title %}Archive {{ month
|month_name}}
{{ year }} – Notes{% endblock %}
{% block content %}
{% block content %}
-<h2
class="container mt-5">Archive {{ month }} /
{{ year }}</h2>
+<h2
>Archive {{ month|month_name }}
{{ year }}</h2>
{% if notes %}
<ul>
{% if notes %}
<ul>
@@
-14,4
+15,4
@@
{% else %}
<p>No notes</p>
{% endif %}
{% else %}
<p>No notes</p>
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
patrick-canterino.de