X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/96213c617d77f89ec12e8e6349b60dd6c5bbef1d..c72b86bdd8c5a7b826a5b02cfbc1928c8bd8d509:/notes/templates/archive_month.html diff --git a/notes/templates/archive_month.html b/notes/templates/archive_month.html index ced8896..594eb35 100644 --- a/notes/templates/archive_month.html +++ b/notes/templates/archive_month.html @@ -5,5 +5,13 @@ {% block content %}

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

- +{% if notes %} + +{% else %} +

No notes

+{% endif %} {% endblock %} \ No newline at end of file