From: Patrick Canterino Date: Sun, 13 Feb 2022 10:34:56 +0000 (+0100) Subject: Convert month numbers to month names X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/9ddcdb581cd912a4d92ed6f8f34ac2a04ddab58c?hp=69d7df229ddc5c993178928ad91f3273080da42c Convert month numbers to month names --- diff --git a/notes/templates/archive_month.html b/notes/templates/archive_month.html index 594eb35..835fcca 100644 --- a/notes/templates/archive_month.html +++ b/notes/templates/archive_month.html @@ -1,9 +1,10 @@ {% 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 %} -

Archive {{ month }} / {{ year }}

+

Archive {{ month|month_name }} / {{ year }}

{% if notes %}