X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/dc851e83d526d37eda6568818ab8b2363a510bd5..refs/pull/1/head:/notes/templates/archive_month.html?ds=sidebyside diff --git a/notes/templates/archive_month.html b/notes/templates/archive_month.html index 1bcf028..3eb81ee 100644 --- a/notes/templates/archive_month.html +++ b/notes/templates/archive_month.html @@ -1,17 +1,18 @@ {% 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 %} -
No notes
{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}