Merge branch 'create_modules' into add_vehicles

Conflicts:
	app/main.py
This commit is contained in:
2016-04-23 23:22:44 +02:00
41 changed files with 251 additions and 335 deletions

View File

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