From 457fb977a79164c1a762a81b983257ce982ff46a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 9 Apr 2025 17:57:25 -0400 Subject: [PATCH] Fixes #19122: Fix styling of the server error (500) page (#19126) --- netbox/templates/500.html | 58 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/netbox/templates/500.html b/netbox/templates/500.html index 4805e9240..7dd1acd04 100644 --- a/netbox/templates/500.html +++ b/netbox/templates/500.html @@ -4,30 +4,30 @@ - {% trans "Server Error" %} - - + {% trans "Server Error" %} + + -
-
-
-
-

- {% trans "Server Error" %} -

-
- {% block message %} -

- {% trans "There was a problem with your request. Please contact an administrator" %}. -

- {% endblock %} -
-

- {% trans "The complete exception is provided below" %}: -

-
{{ exception }}
+
+
+
+
+

+ {% trans "Server Error" %} +

+
+ {% block message %} +

+ {% trans "There was a problem with your request. Please contact an administrator" %}. +

+ {% endblock %} +
+

+ {% trans "The complete exception is provided below" %}: +

+
{{ exception }}
{{ error }} {% trans "Python version" %}: {{ python_version }} @@ -35,17 +35,17 @@ {% trans "Plugins" %}: {% for plugin, version in plugins.items %} {{ plugin }}: {{ version }}{% empty %}{% trans "None installed" %}{% endfor %}
-

- {% trans "If further assistance is required, please post to the" %} {% trans "NetBox discussion forum" %} {% trans "on GitHub" %}. -

- -
-
+

+ {% trans "If further assistance is required, please post to the" %} {% trans "NetBox discussion forum" %} {% trans "on GitHub" %}. +

+ +
+
+