]> git.p6c8.net - pcdenotes.git/commitdiff
Removed now unnecessary slash
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 13 Feb 2022 19:25:29 +0000 (20:25 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 19:25:29 +0000 (20:25 +0100)
notes/templates/archive_month.html

index 835fcca6df69c141a59e9e96f1a8af3decdfcb36..3eb81ee096710f6c11cc9da99cf65df4c24a8d1c 100644 (file)
@@ -1,10 +1,10 @@
 {% extends "note_base.html" %}
 {% load notes_extras %}
 
 {% 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 %}
 
 {% block content %}
-<h2>Archive {{ month|month_name }} {{ year }}</h2>
+<h2>Archive {{ month|month_name }} {{ year }}</h2>
 
 {% if notes %}
 <ul>
 
 {% if notes %}
 <ul>
@@ -15,4 +15,4 @@
 {% else %}
 <p>No notes</p>
 {% endif %}
 {% else %}
 <p>No notes</p>
 {% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}

patrick-canterino.de