Fix usage of wrong settings key

This commit is contained in:
Raphael Michel
2017-07-16 22:17:02 +02:00
parent b30a4db0b8
commit 5a4fe266c6

View File

@@ -117,7 +117,7 @@
{% blocktrans trimmed with time=ev.date_from|date:"TIME_FORMAT" %} {% blocktrans trimmed with time=ev.date_from|date:"TIME_FORMAT" %}
Begin: {{ time }} Begin: {{ time }}
{% endblocktrans %} {% endblocktrans %}
{% if event.settings.show_end_date %} {% if event.settings.show_date_to %}
<br> <br>
{% blocktrans trimmed with time=ev.date_to|date:"TIME_FORMAT" %} {% blocktrans trimmed with time=ev.date_to|date:"TIME_FORMAT" %}
End: {{ time }} End: {{ time }}