diff --git a/dashmachine/templates/error_pages/403.html b/dashmachine/templates/error_pages/403.html index 0c965ee..35f19b6 100755 --- a/dashmachine/templates/error_pages/403.html +++ b/dashmachine/templates/error_pages/403.html @@ -1,7 +1,7 @@ {% extends "main/base.html" %} {% block page_lvl_css %} - + {% endblock page_lvl_css %} diff --git a/dashmachine/templates/error_pages/404.html b/dashmachine/templates/error_pages/404.html index 0046aaa..8547bf5 100755 --- a/dashmachine/templates/error_pages/404.html +++ b/dashmachine/templates/error_pages/404.html @@ -1,7 +1,7 @@ {% extends "main/base.html" %} {% block page_lvl_css %} - + {% endblock page_lvl_css %} @@ -14,7 +14,7 @@

404

-
BAD REQUEST
+
Not Found
Back
diff --git a/dashmachine/templates/error_pages/500.html b/dashmachine/templates/error_pages/500.html index 394d757..a604f17 100755 --- a/dashmachine/templates/error_pages/500.html +++ b/dashmachine/templates/error_pages/500.html @@ -1,7 +1,7 @@ {% extends "main/base.html" %} {% block page_lvl_css %} - + {% endblock page_lvl_css %}