From 02a12fd46e09d07fa7b336dc78f0ed42619507bf Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Wed, 16 Apr 2025 13:49:03 +0200 Subject: [PATCH] added profile dropdown --- application/dash/templates/dashboard.html | 8 +++----- application/dash/templates/edit_service.html | 2 +- application/templates/base_template.html | 17 +++++++++++------ 3 files changed, 15 insertions(+), 12 deletions(-) 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 @@