forked from CGM_Public/pretix_original
Subevent editor: Fix enctype of form
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<h1>{% trans "Date" context "subevent" %}</h1>
|
<h1>{% trans "Date" context "subevent" %}</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<form action="" method="post" class="form-horizontal" enctype="multipart/form-datai">
|
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% bootstrap_form_errors form %}
|
{% bootstrap_form_errors form %}
|
||||||
{% for f in itemvar_forms %}
|
{% for f in itemvar_forms %}
|
||||||
|
|||||||
Reference in New Issue
Block a user