Allow files in global settings

This commit is contained in:
Raphael Michel
2016-11-01 10:00:58 +01:00
parent 7f7ee28f92
commit 93de3007d5

View File

@@ -5,7 +5,7 @@
{% block title %}{% trans "Global settings" %}{% endblock %}
{% block content %}
<h1>{% trans "Global settings" %}</h1>
<form action="" method="post" class="form-horizontal">
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
{% csrf_token %}
{% bootstrap_form_errors form %}
{% bootstrap_form form layout='horizontal' %}