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/base.html | 32 ++++++++++++++++---------------- static/templates/error.html | 14 +++++++------- static/templates/login.html | 26 +++++++++++++------------- 3 files changed, 36 insertions(+), 36 deletions(-) (limited to 'static/templates') diff --git a/static/templates/base.html b/static/templates/base.html index 021f95e..2096f78 100644 --- a/static/templates/base.html +++ b/static/templates/base.html @@ -1,16 +1,16 @@ - - - - {% block title %}{% endblock title %} - - - - {% block head %}{% endblock head %} - - - {% block content %}{% endblock content %} - - - + + + + {% block title %}{% endblock title %} + + + + {% block head %}{% endblock head %} + + + {% block content %}{% endblock content %} + + + diff --git a/static/templates/error.html b/static/templates/error.html index 4fbe87f..c3a0dec 100644 --- a/static/templates/error.html +++ b/static/templates/error.html @@ -1,7 +1,7 @@ -{% extends "base.html" %} -{% block title %}{{ msg(key="errorTitle") }}{% endblock title %} - -{% block content %} -

{{ msg(key=errorHeader) }}

-

{{ msg(key=errorMessage) }}

-{% endblock content %} +{% extends "base.html" %} +{% block title %}{{ msg(key="errorTitle") }}{% endblock title %} + +{% block content %} +

{{ msg(key=errorHeader) }}

+

{{ msg(key=errorMessage) }}

+{% endblock content %} 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