Show that some export parameters are optional

This commit is contained in:
Raphael Michel
2018-12-05 16:51:08 +01:00
parent 953ea26984
commit a297bd1944

View File

@@ -25,7 +25,7 @@
data-asynctask-long>
{% csrf_token %}
<input type="hidden" name="exporter" value="{{ e.identifier }}" />
{% bootstrap_form e.form layout='horizontal' %}
{% bootstrap_form e.form layout='control' %}
<button class="btn btn-primary pull-right" type="submit">
<span class="icon icon-upload"></span> {% trans "Start export" %}
</button>