From 60e0ada2eaeb21631ebc6b63f1d152a2d0f8a3bd Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 11 Oct 2023 15:05:00 +0000 Subject: [PATCH] error: updated page to new design --- src/templates/error.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/error.html b/src/templates/error.html index c5c10be2..5b6e9a2e 100644 --- a/src/templates/error.html +++ b/src/templates/error.html @@ -5,9 +5,9 @@ {% block container %}
-
+

- {{ _("Oops - We Are Sorry, But Something Went Wrong")}} + {{ _("Oops - We Are Sorry, But Something Went Wrong") }}

{% block message %}{{ _("Error %s") % status_code }}{% end block %} -- 2.47.3