X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/96213c617d77f89ec12e8e6349b60dd6c5bbef1d..e254d72720e2aec267f747518e343902be75849a:/notes/templates/archive_year.html diff --git a/notes/templates/archive_year.html b/notes/templates/archive_year.html index ec64328..d72b31f 100644 --- a/notes/templates/archive_year.html +++ b/notes/templates/archive_year.html @@ -1,9 +1,18 @@ {% extends "note_base.html" %} +{% load notes_extras %} {% block title %}Archive {{ year }} – Notes{% endblock %} {% block content %}

Archive {{ year }}

- +{% if months %} + +{% else %} +

No notes

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