consumables for vehicles can be edited

This commit is contained in:
2016-06-28 23:33:24 +02:00
parent fe4236eead
commit 907d0435d1
7 changed files with 44 additions and 10 deletions

View File

@@ -9,6 +9,7 @@
<form class='form-horizontal' method="POST">
{{ form.hidden_tag() }}
{{ render_field_with_errors(form.name) }}
{{ render_field_with_errors(form.consumables) }}
{{ render_field_with_errors(form.submit) }}
</form>
</div>