diff --git a/application/dash/templates/dashboard.html b/application/dash/templates/dashboard.html index b1b2830..a6e7e9e 100644 --- a/application/dash/templates/dashboard.html +++ b/application/dash/templates/dashboard.html @@ -23,16 +23,14 @@ diff --git a/application/dash/templates/edit_service.html b/application/dash/templates/edit_service.html index 3730695..74a1e26 100644 --- a/application/dash/templates/edit_service.html +++ b/application/dash/templates/edit_service.html @@ -1,7 +1,7 @@ {% extends 'base_template.html' %} {% block title %} -Add service +Edit service {% endblock %} {% block content %} diff --git a/application/templates/base_template.html b/application/templates/base_template.html index 58996f9..5cfb068 100644 --- a/application/templates/base_template.html +++ b/application/templates/base_template.html @@ -16,7 +16,7 @@