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

@@ -17,7 +17,7 @@
</fieldset>
<fieldset>
<legend>{% trans "Price settings" %}</legend>
{% bootstrap_field form.default_price layout="horizontal" %}
{% bootstrap_field form.default_price addon_after=request.event.currency layout="horizontal" %}
{% bootstrap_field form.tax_rule layout="horizontal" %}
{% bootstrap_field form.free_price layout="horizontal" %}
</fieldset>