diff options
-rw-r--r-- | template/calendar.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/calendar.j2 b/template/calendar.j2 index 8e993a6..ea851a2 100644 --- a/template/calendar.j2 +++ b/template/calendar.j2 @@ -8,7 +8,7 @@ <span class="date"> {%- if event.multiday %} {{- event.start.strftime('%A, %d. %B %Y').decode('utf-8') }} - {{ event.end.strftime('%A, %d. %B %Y').decode('utf-8') }} - {%- else %}{{ event.start.strftime('%A, d. %B %Y, %H:%M Uhr').decode('utf-8') }} + {%- else %}{{ event.start.strftime('%A, %d. %B %Y, %H:%M Uhr').decode('utf-8') }} {%- endif -%} </span> <span class="name">{{ event.name }}</span></p> <div> |