summaryrefslogtreecommitdiff
path: root/template/calendar.j2
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-01-18 18:04:26 +0100
committerChristian Franke <nobody@nowhere.ws>2016-01-18 18:06:26 +0100
commitbaeec34ad151e429b9c7682028a9852017c328e1 (patch)
treed4b679fc24bb7b8dbc0ab3e881c335b107fc2563 /template/calendar.j2
parent90836e95ba86ea44dd338fcace0d3ebd82a62b57 (diff)
Use calendar data in website
Diffstat (limited to 'template/calendar.j2')
-rw-r--r--template/calendar.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/calendar.j2 b/template/calendar.j2
index 0e5a10c..1e3efeb 100644
--- a/template/calendar.j2
+++ b/template/calendar.j2
@@ -5,7 +5,7 @@
{{- event.start.strftime('%d. %B %Y').decode('utf-8') }} - {{ event.end.strftime('%d. %B %Y').decode('utf-8') }}
{%- else %}{{ event.start.strftime('%d. %B %Y, %H:%M Uhr').decode('utf-8') }}
{%- endif -%}
- </span><span class="name">{{ event.name }}</span></p>
+ </span> <span class="name">{{ event.name }}</span></p>
<div>
<p>{{ event.description|default('Keine Beschreibung',true) }}</p>
</div>