From 608ce1d9910cd68ce825838ea313e02c598f908e Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 8 Dec 2025 20:08:21 -0500 Subject: Stuff --- static/templates/login.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'static/templates/login.html') diff --git a/static/templates/login.html b/static/templates/login.html index 325dc14..18ec017 100644 --- a/static/templates/login.html +++ b/static/templates/login.html @@ -1,14 +1,14 @@ -{% extends "base.html" %} -{% block title %}{{ msg(key="loginTitle") }}{% endblock title %} -{% block content %} -
- {% if errorMessage %} -

{{ msg(key=errorMessage) }}

- {% endif %} - - - - - -
+{% extends "base.html" %} +{% block title %}{{ msg(key="loginTitle") }}{% endblock title %} +{% block content %} +
+ {% if errorMessage %} +

{{ msg(key=errorMessage) }}

+ {% endif %} + + + + + +
{% endblock content %} \ No newline at end of file -- cgit v1.2.3