added attr enctype="multipart/form-data" in form

This commit is contained in:
Angger 2022-09-10 18:03:28 +07:00
parent 4112589be7
commit b74fbe20e2

View file

@ -1,5 +1,6 @@
{% extends "horizon/common/_modal_form.html" %} {% extends "horizon/common/_modal_form.html" %}
{% load i18n %} {% load i18n %}
{% block form_attrs %}enctype="multipart/form-data"{% endblock %}
{% block modal-body-right %} {% block modal-body-right %}
<h3>{% trans "Description:" %}</h3> <h3>{% trans "Description:" %}</h3>