diff --git a/application/dash/templates/admin.html b/application/dash/templates/admin.html index efd860f..ce3a258 100644 --- a/application/dash/templates/admin.html +++ b/application/dash/templates/admin.html @@ -7,9 +7,6 @@ Register {% block content %}
{{ form.hidden_tag() }} - {% if feedback="User succesfully added" %} -

{{feedback}}

- {% endif %} {% if feedback %}

{{feedback}}

{% endif %} diff --git a/application/dash/templates/dashboard.html b/application/dash/templates/dashboard.html index d222a45..5b79a81 100644 --- a/application/dash/templates/dashboard.html +++ b/application/dash/templates/dashboard.html @@ -10,17 +10,5 @@ URL: {{service["url"]}} {% endfor %} -
- Item 1 -
-
- Item 2 -
-
- Item 3 -
-
- Item 4 -
{%endblock%} \ No newline at end of file diff --git a/application/templates/base_template.html b/application/templates/base_template.html index 1beda43..6c468b9 100644 --- a/application/templates/base_template.html +++ b/application/templates/base_template.html @@ -1,6 +1,5 @@ - @@ -12,16 +11,10 @@ crossorigin="anonymous"> {% block title %}{% endblock %} -