Displays informative messages on litre amount

This commit is contained in:
Joachim Lusiardi 2018-08-11 14:13:03 +02:00
parent 1f2e33bec4
commit 25705562ad
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
{{messages['odometer']}}
</span>
{{ render_field_with_errors(form.litres) }}
<span id="{{form.litres.id}}_help" class="help-block">
{{messages['litres']}}
</span>
{{ render_field_with_errors(form.costs) }}
<span id="{{form.costs.id}}_help" class="help-block">
{{messages['costs']}}