Show time slot end time in calendars

This commit is contained in:
Raphael Michel
2020-09-24 10:58:12 +02:00
parent 0e405d2327
commit c74e7fd4fb
3 changed files with 11 additions and 2 deletions

View File

@@ -41,6 +41,9 @@
<strong>
{% endif %}
{{ event.time|date:"TIME_FORMAT" }}
{% if event.time_end %}
{{ event.time_end|date:"TIME_FORMAT" }}
{% endif %}
{% if not show_names|default_if_none:True %}
</strong>
{% endif %}