Allow creating multiple events in different tabs at the same time

This commit is contained in:
Raphael Michel
2019-02-26 12:15:05 +01:00
parent 0c45e73456
commit c278687487
4 changed files with 54 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
<form action="" method="post" class="form-horizontal">
{% csrf_token %}
{{ wizard.management_form }}
{{ wizard.prefix_form }}
{% bootstrap_form_errors form %}
{% block form %}
{% endblock %}