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

@@ -18,7 +18,7 @@
{% csrf_token %}
{% bootstrap_form_errors form %}
{% bootstrap_field form.name layout="horizontal" %}
{% bootstrap_field form.rate layout="horizontal" %}
{% bootstrap_field form.rate addon_after="%" layout="horizontal" %}
<legend>{% trans "Advanced settings" %}</legend>
<div class="alert alert-warning">
<span class="fa fa-w fa-legal fa-4x pull-left"></span>