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/error.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/templates/error.html') 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 %} -- cgit v1.2.3