Fix file upload when mdoifying questions in backend

This commit is contained in:
Raphael Michel
2018-04-23 11:23:01 +02:00
parent ce68f52ca0
commit 13f29ee3ce

View File

@@ -15,7 +15,7 @@
</a> </a>
</h1> </h1>
<form method="post" class="form-horizontal" href=""> <form method="post" class="form-horizontal" href="" enctype="multipart/form-data">
{% csrf_token %} {% csrf_token %}
<div class="panel-group" id="questions_accordion"> <div class="panel-group" id="questions_accordion">
{% if request.event.settings.invoice_address_asked %} {% if request.event.settings.invoice_address_asked %}