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 */