From c8cfe63aac73a92ae02354a5306ca5480808daff Mon Sep 17 00:00:00 2001 From: Hans-Peter Oeri Date: Thu, 25 Oct 2018 13:27:51 +0200 Subject: re-do site in schiedsstelle layout --- theme/cccevents/templates/period_archives.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 theme/cccevents/templates/period_archives.html (limited to 'theme/cccevents/templates/period_archives.html') diff --git a/theme/cccevents/templates/period_archives.html b/theme/cccevents/templates/period_archives.html new file mode 100644 index 0000000..e8745f3 --- /dev/null +++ b/theme/cccevents/templates/period_archives.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block content_title %} +

Archives for {{ period | reverse | join(' ') }}

+{% endblock %} + +{% block content %} +
+ {% for article in dates %} +
{{ article.locale_date }}
+
{{ article.title }}
+ {% endfor %} +
+{% endblock %} -- cgit v1.2.3