From: Patrick Canterino Date: Sun, 13 Feb 2022 19:25:29 +0000 (+0100) Subject: Removed now unnecessary slash X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/eeb9ee9d9b600f3dd0e81056fd2f1642d9756fcc Removed now unnecessary slash --- diff --git a/notes/templates/archive_month.html b/notes/templates/archive_month.html index 835fcca..3eb81ee 100644 --- a/notes/templates/archive_month.html +++ b/notes/templates/archive_month.html @@ -1,10 +1,10 @@ {% extends "note_base.html" %} {% load notes_extras %} -{% block title %}Archive {{ month|month_name}} / {{ year }} – Notes{% endblock %} +{% block title %}Archive {{ month|month_name}} {{ year }} – Notes{% endblock %} {% block content %} -

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

+

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

{% if notes %}