From e479bc24ac905b1de75614b0f05adb8c4896c37b Mon Sep 17 00:00:00 2001 From: joachim lusiardi Date: Sun, 15 Mar 2015 07:28:34 +0100 Subject: [PATCH] added services tab fixed input field to accept tenth of litres --- app/templates/index.html | 5 ----- app/templates/newPitStopForm.html | 3 ++- app/templates/pitstops.html | 1 + app/templates/statistics.html | 1 + 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 app/templates/index.html 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 %}