added statistics page

This commit is contained in:
joachim lusiardi
2015-03-05 21:14:21 +01:00
parent a8b6789295
commit 4588cf20f1
4 changed files with 59 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
{% block navigation %}
<li><a href='{{ url_for('getPitStops') }}'>Home</a></li>
<li><a href='{{ url_for('createPitStopForm') }}' class="active">Create Pitstop</a></li>
<li><a href='{{ url_for('getStatistics') }}'>Statistics</a></li>
{% endblock %}
{% block body %}