added attr enctype="multipart/form-data" in form
This commit is contained in:
parent
4112589be7
commit
b74fbe20e2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{% extends "horizon/common/_modal_form.html" %}
|
||||
{% load i18n %}
|
||||
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
|
||||
|
||||
{% block modal-body-right %}
|
||||
<h3>{% trans "Description:" %}</h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue