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() }}