can add pitstops to vehicles nows
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user