X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/9730c4dd3f4cad32e4e997cdea81629f87671238..1589c5a7fbf29326d1e7d90ca345b1c7c97bb0dd:/notes/templates/archive_month.html?ds=inline diff --git a/notes/templates/archive_month.html b/notes/templates/archive_month.html index 594eb35..3eb81ee 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 %}