Form UX: Display units for more number inputs

This commit is contained in:
Raphael Michel
2017-10-05 10:21:00 +02:00
parent 2d484d4a8e
commit b2b3add616
5 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
{% bootstrap_field form.date_to layout="horizontal" horizontal_field_class="col-md-9 splitdatetimerow" %}
{% bootstrap_field form.location layout="horizontal" %}
{% bootstrap_field form.currency layout="horizontal" %}
{% bootstrap_field form.tax_rate layout="horizontal" %}
{% bootstrap_field form.tax_rate addon_after="%" layout="horizontal" %}
</fieldset>
<fieldset>
<legend>{% trans "Display settings" %}</legend>