Subevent editor: Fix enctype of form

This commit is contained in:
Raphael Michel
2023-11-20 11:28:43 +01:00
parent f1969e783f
commit 78acd8d118

View File

@@ -11,7 +11,7 @@
{% else %}
<h1>{% trans "Date" context "subevent" %}</h1>
{% 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 %}
{% bootstrap_form_errors form %}
{% for f in itemvar_forms %}