diff --git a/netbox/templates/500.html b/netbox/templates/500.html index 4805e9240a4..7dd1acd048f 100644 --- a/netbox/templates/500.html +++ b/netbox/templates/500.html @@ -4,30 +4,30 @@
-- {% 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" %}.
+
+
+
+