From 31d37180246d28f0946d1b1b025fa864b29f8188 Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Wed, 16 Apr 2025 11:51:18 +0200 Subject: [PATCH] form --- application/auth/templates/login.html | 2 +- application/dash/templates/dashboard.html | 15 ++++++++------- application/static/style.css | 5 ++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/application/auth/templates/login.html b/application/auth/templates/login.html index c50f6fc..6d598a1 100644 --- a/application/auth/templates/login.html +++ b/application/auth/templates/login.html @@ -5,7 +5,7 @@ Login {% endblock %} {% block content %} -
+ {{ form.hidden_tag() }} diff --git a/application/dash/templates/dashboard.html b/application/dash/templates/dashboard.html index c6ef7fa..10badbc 100644 --- a/application/dash/templates/dashboard.html +++ b/application/dash/templates/dashboard.html @@ -5,8 +5,12 @@ {%block content%}
{% for service in services%} -
- diff --git a/application/static/style.css b/application/static/style.css index fa136ff..6edad1e 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -22,11 +22,10 @@ body { padding-bottom: 5px; border: 2px solid black; border-radius: 10px; - background-color: whitesmoke; } -button { - +.dots { + margin-left: 90%; } /* Login page */