adds edit vehicle name

This commit is contained in:
2016-04-23 11:20:39 +02:00
parent 729fee51e9
commit d19b0a5858
3 changed files with 80 additions and 55 deletions

View File

@@ -0,0 +1,11 @@
{% extends "layout.html" %}
{% block body %}
<form class='form-horizontal' method="POST">
{{ form.hidden_tag() }}
{{ render_field_with_errors(form.name) }}
<input type="submit" value="Go">
</form>
{% endblock %}