mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix #762 -- Add a note on the deletion constraints of events
This commit is contained in:
@@ -5,4 +5,8 @@
|
|||||||
{% bootstrap_field form.organizer layout="horizontal" %}
|
{% bootstrap_field form.organizer layout="horizontal" %}
|
||||||
{% bootstrap_field form.locales layout="horizontal" %}
|
{% bootstrap_field form.locales layout="horizontal" %}
|
||||||
{% bootstrap_field form.has_subevents 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 %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user