diff --git a/powerdnsadmin/templates/errors/400.html b/powerdnsadmin/templates/errors/400.html index ec53684..edf6d6d 100644 --- a/powerdnsadmin/templates/errors/400.html +++ b/powerdnsadmin/templates/errors/400.html @@ -19,21 +19,23 @@
-

400

-
-

- Oops! Bad request -

-

- {% if msg %} - {{ msg }} - {% else %} - The server refused to process your request and return a 400 error. - {% endif %} -
You may return to the dashboard. -

-
- +

+ 400 +

+
+

+ + Oops! Bad request +

+

+ {% if msg %} + {{ msg }} + {% else %} + The server refused to process your request and return a 400 error. + {% endif %} +
You may return to the dashboard. +

+
diff --git a/powerdnsadmin/templates/errors/403.html b/powerdnsadmin/templates/errors/403.html index ffe96bf..ddc3517 100644 --- a/powerdnsadmin/templates/errors/403.html +++ b/powerdnsadmin/templates/errors/403.html @@ -19,17 +19,19 @@
-

403

-
-

- Oops! Access denied -

-

- You don't have permission to access this page - You may return to the dashboard. -

-
- +

+ 403 +

+
+

+ + Oops! Access denied +

+

+ You don't have permission to access this page + You may return to the dashboard. +

+
diff --git a/powerdnsadmin/templates/errors/404.html b/powerdnsadmin/templates/errors/404.html index a93c731..430bf96 100644 --- a/powerdnsadmin/templates/errors/404.html +++ b/powerdnsadmin/templates/errors/404.html @@ -19,17 +19,19 @@
-

404

-
-

- Oops! You're lost -

-

- The page you requested could not be found. - You may return to the dashboard. -

-
- +

+ 404 +

+
+

+ + Oops! You're lost +

+

+ The page you requested could not be found. + You may return to the dashboard. +

+
diff --git a/powerdnsadmin/templates/errors/500.html b/powerdnsadmin/templates/errors/500.html index d223b0b..da8b6b8 100644 --- a/powerdnsadmin/templates/errors/500.html +++ b/powerdnsadmin/templates/errors/500.html @@ -19,17 +19,19 @@
-

500

-
-

- Oops! Something went wrong -

-

- Try again later. - You may return to the dashboard. -

-
- +

+ 500 +

+
+

+ + Oops! Something went wrong +

+

+ Try again later. + You may return to the dashboard. +

+
diff --git a/powerdnsadmin/templates/errors/SAML.html b/powerdnsadmin/templates/errors/SAML.html index 2cfacbd..db35c5d 100644 --- a/powerdnsadmin/templates/errors/SAML.html +++ b/powerdnsadmin/templates/errors/SAML.html @@ -19,25 +19,32 @@
-
-

SAML Authentication Error



-
-

- Oops! Something went wrong -


-

- Login failed.
- Error(s) when processing SAML Response:
-

    - {% for error in errors %} -
  • {{ error }}
  • - {% endfor %} -
- - You may return to the dashboard. -

-
- +
+

+ SAML Authentication Error +

+
+
+
+
+

+ + Oops! Something went wrong +

+
+

+ Login failed. +
+ Error(s) when processing SAML Response: +
+

    + {% for error in errors %} +
  • {{ error }}
  • + {% endfor %} +
+ You may return to the dashboard. +

+