can add pitstops to vehicles nows

This commit is contained in:
2016-04-24 14:09:41 +02:00
parent 3709eddabb
commit 038e255b56
12 changed files with 102 additions and 35 deletions

View File

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