regular_costs #5

Merged
jlusiardi merged 19 commits from regular_costs into master 2021-06-18 20:20:13 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 25705562ad - Show all commits

View File

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