first iteration of vehicles

This commit is contained in:
2016-04-19 06:47:10 +02:00
parent 2e0fc3b772
commit baca41619d
2 changed files with 50 additions and 5 deletions

View File

@@ -3,7 +3,8 @@
{% block body %}
<form class='form-horizontal' method="POST">
{{ form.hidden_tag() }}
{{ render_field_with_errors(form.date) }}
{{ render_field_with_errors(form.vehicle) }}
{{ render_field_with_errors(form.date) }}
{{ render_field_with_errors(form.odometer) }}
{{ render_field_with_errors(form.litres) }}
<input type="submit" value="Go">