diff --git a/app/templates/index.html b/app/templates/index.html deleted file mode 100644 index d5f8750..0000000 --- a/app/templates/index.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "layout.html" %} -{% block body %} - Pitstop List - Create Pitstop -{% endblock %} \ No newline at end of file diff --git a/app/templates/newPitStopForm.html b/app/templates/newPitStopForm.html index e27139f..4829150 100644 --- a/app/templates/newPitStopForm.html +++ b/app/templates/newPitStopForm.html @@ -3,6 +3,7 @@ {% block navigation %}
  • Create Pitstop
  • Statistics
  • +
  • Services
  • {% endblock %} {% block body %} @@ -30,7 +31,7 @@
    - +

    {{ data.error['litres'] }}

    diff --git a/app/templates/pitstops.html b/app/templates/pitstops.html index a6b77e3..f9e53bf 100644 --- a/app/templates/pitstops.html +++ b/app/templates/pitstops.html @@ -3,6 +3,7 @@ {% block navigation %}
  • Create Pitstop
  • Statistics
  • +
  • Services
  • {% endblock %} {% block body %} diff --git a/app/templates/statistics.html b/app/templates/statistics.html index 18f0eea..22a0da4 100644 --- a/app/templates/statistics.html +++ b/app/templates/statistics.html @@ -3,6 +3,7 @@ {% block navigation %}
  • Create Pitstop
  • Statistics
  • +
  • Services
  • {% endblock %} {% block body %}