mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-16 19:41:09 +00:00
Fixes #141
This commit is contained in:
parent
8f71bca192
commit
c9d23c6d39
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
{% block content %}
|
||||
<div id="content-main" class="constance">
|
||||
<div class="module" id="changelist">
|
||||
<form id="changelist-form" action="" method="post">{% csrf_token %}
|
||||
<form id="changelist-form" action="" method="post" enctype="multipart/form-data">{% csrf_token %}
|
||||
{% if form.errors %}
|
||||
<ul class="errorlist">
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue