Fix #762 -- Add a note on the deletion constraints of events

This commit is contained in:
Raphael Michel
2018-01-29 12:09:16 +01:00
parent 0b12b7aa89
commit 37f612801f

View File

@@ -5,4 +5,8 @@
{% bootstrap_field form.organizer layout="horizontal" %}
{% bootstrap_field form.locales layout="horizontal" %}
{% bootstrap_field form.has_subevents layout="horizontal" %}
<p>
<span class="fa fa-info-circle"></span>
{% trans "Please note that you will only be able to delete your event until the first order has been created." %}
</p>
{% endblock %}