From fa90e4ea7b19feac7f8c3e20f2d6a385ea47fb92 Mon Sep 17 00:00:00 2001 From: Stef Date: Wed, 16 Apr 2025 13:11:11 +0200 Subject: [PATCH] Update edit_service.html --- application/dash/templates/edit_service.html | 31 -------------------- 1 file changed, 31 deletions(-) diff --git a/application/dash/templates/edit_service.html b/application/dash/templates/edit_service.html index 4509a6f..3730695 100644 --- a/application/dash/templates/edit_service.html +++ b/application/dash/templates/edit_service.html @@ -7,37 +7,6 @@ Add service {% block content %}
{{ form.hidden_tag() }} - - - - - - - - - {% if feedback %} - {% if feedback=="Service succesfully added" %} - - {% else %} - - {% endif %} - {% endif %}
{{ form.name.label }}
{{ form.name() }}