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>Create vehicle</h1>
<h3>Create vehicle</h3>
<form class='form-horizontal' method="POST">
{{ form.hidden_tag() }}
{{ render_field_with_errors(form.name) }}