From 98a89508d21f0385ea0653f0a1dbd0e8c706a423 Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Sat, 18 May 2024 02:29:37 +0200 Subject: [PATCH] [FIX] 404 and 500 page not centered --- tldtest/templates/404.html | 8 +++++++- tldtest/templates/500.html | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/tldtest/templates/404.html b/tldtest/templates/404.html index e6be426..b4282ef 100644 --- a/tldtest/templates/404.html +++ b/tldtest/templates/404.html @@ -1,5 +1,11 @@ {% extends "base.html" %} {% block title %}Error 404{% endblock %} {% block content %} - +
+
+
+ +
+
+
{% endblock content %} diff --git a/tldtest/templates/500.html b/tldtest/templates/500.html index 8446050..b9276fc 100644 --- a/tldtest/templates/500.html +++ b/tldtest/templates/500.html @@ -1,5 +1,11 @@ {% extends "base.html" %} {% block title %}Error 404{% endblock %} {% block content %} - +
+
+
+ +
+
+
{% endblock content %}