Fix 'finish' time display for events which doesn't have it defined. Display 'open end' as we also do on the overview page

pull/80/head
sixtus 2023-01-01 16:35:43 +01:00
parent d389bdd074
commit 30dbc1d59d
1 changed files with 5 additions and 3 deletions

View File

@ -29,10 +29,12 @@
{{ $weekday }}
{{- end }}
{{- with $begin }}
von {{ . }} bis
von {{ . }} Uhr bis
{{- with $finish }}
{{ . }}
{{ end }}
{{ . }} Uhr
{{- else }}
open end
{{- end }}
{{- end }}
</dd>
{{- with $annotation }}