From bc9b26a2054de284c242236d4da526cbbeb5909e Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Tue, 15 Apr 2025 23:25:43 +0200 Subject: [PATCH] more smol changes/cleanup --- application/dash/templates/admin.html | 3 --- application/dash/templates/dashboard.html | 12 ------------ application/templates/base_template.html | 8 -------- 3 files changed, 23 deletions(-) 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 %} {% 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 %} -