Wider usage of the settings framework (#17)

This commit is contained in:
Raphael Michel
2015-04-01 11:54:56 +02:00
parent 42b4189703
commit cd0e1cb520
9 changed files with 198 additions and 101 deletions

View File

@@ -33,7 +33,7 @@
{% trans "Login" %}</a>
{% endif %}
</div>
<h1>{{ event.name }} <small>{{ event.date_from|date }}{% if event.show_date_to %} {{ event.date_to|date }}{% endif %}</small></h1>
<h1>{{ event.name }} <small>{{ event.date_from|date }}{% if event.settings.show_date_to %} {{ event.date_to|date }}{% endif %}</small></h1>
</div>
{% if messages %}
{% for message in messages %}