Fix settings form validation

This commit is contained in:
Raphael Michel
2018-06-01 13:21:13 +02:00
parent 42c9e21d04
commit 6ccf55b601
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
</fieldset>
<fieldset>
<legend>{% trans "General payment settings" %}</legend>
{% bootstrap_form_errors form layout="control" %}
{% bootstrap_field form.payment_term_days layout="control" %}
{% bootstrap_field form.payment_term_last layout="control" %}
{% bootstrap_field form.payment_term_weekdays layout="control" %}