forked from CGM_Public/pretix_original
Fix creating large numbers of subevents (introduces async task) (#2091)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% block title %}{% trans "Date" context "subevent" %}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{% trans "Create multiple dates" context "subevent" %}</h1>
|
||||
<form action="" method="post" class="form-horizontal" id="subevent-bulk-create-form">
|
||||
<form action="" method="post" class="form-horizontal" id="subevent-bulk-create-form" data-asynctask>
|
||||
{% csrf_token %}
|
||||
{% bootstrap_form_errors form %}
|
||||
{% for f in itemvar_forms %}
|
||||
|
||||
Reference in New Issue
Block a user