From 713c7cd8e39be801bbc251cdb26ffac78ea2b678 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 19 May 2017 16:03:04 -0400 Subject: [PATCH] Cleaned up 500 error template --- netbox/templates/500.html | 45 +++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/netbox/templates/500.html b/netbox/templates/500.html index ba2ebf94f..575694b13 100644 --- a/netbox/templates/500.html +++ b/netbox/templates/500.html @@ -1,37 +1,40 @@ +{% load static from staticfiles %} Server Error - - + + -
-
-
-
- - - Server Error - -
-
-

There was a problem with your request. This error has been logged and administrative staff have - been notified. Please return to the home page and try again.

-

If you are responsible for this installation, please consider - filing a bug report. Additional - information is provided below:

-
{{ exception }}
+
+
+
+
+
+ + + Server Error + +
+
+

There was a problem with your request. This error has been logged and administrative staff have + been notified. Please return to the home page and try again.

+

If you are responsible for this installation, please consider + filing a bug report. Additional + information is provided below:

+
{{ exception }}
{{ error }}
-
-
+