added services tab

fixed input field to accept tenth of litres
This commit is contained in:
joachim lusiardi
2015-03-15 07:28:34 +01:00
parent 9b767ec1ea
commit e479bc24ac
4 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
{% extends "layout.html" %}
{% block body %}
<a href='{{ url_for('getPitStops') }}'>Pitstop List</a>
<a href='{{ url_for('createPitStopForm') }}'>Create Pitstop</a>
{% endblock %}