dockerized it
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{% block navigation %}
|
||||
<li><a href='{{ url_for('getPitStops') }}' class="active">Home</a></li>
|
||||
<li><a href='{{ url_for('createPitStopForm') }}'>Create Pitstop</a></li>
|
||||
<li><a href='{{ url_for('getStatistics') }}'>Statistics</a></li>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
@@ -49,5 +50,5 @@
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table
|
||||
</table>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user