Added locale settings to event creation

This commit is contained in:
Raphael Michel
2016-05-04 18:29:40 +02:00
parent 1efdc1e44f
commit 3ae13ce0ed
4 changed files with 67 additions and 3 deletions

View File

@@ -15,6 +15,12 @@
{% bootstrap_field form.date_to layout="horizontal" %}
{% bootstrap_field form.currency layout="horizontal" %}
</fieldset>
<fieldset>
<legend>{% trans "Display settings" %}</legend>
{% bootstrap_field sform.locales layout="horizontal" %}
{% bootstrap_field sform.locale layout="horizontal" %}
{% bootstrap_field sform.timezone layout="horizontal" %}
</fieldset>
<fieldset>
<legend>{% trans "Timeline" %}</legend>
{% bootstrap_field form.presale_start layout="horizontal" %}