From 403f97b8663bb0588834087e0e3a2b84464a6dc4 Mon Sep 17 00:00:00 2001 From: Floris272 Date: Wed, 24 Sep 2025 11:20:36 +0200 Subject: [PATCH] :lipstick: [open-api-framework#184] remove maxcdn from error templates --- src/objects/templates/500.html | 266 ++++++++++----------------------- src/objects/templates/503.html | 225 +++++++++------------------- 2 files changed, 152 insertions(+), 339 deletions(-) diff --git a/src/objects/templates/500.html b/src/objects/templates/500.html index 01c56825..c01543a4 100644 --- a/src/objects/templates/500.html +++ b/src/objects/templates/500.html @@ -1,210 +1,110 @@ - - - - - - - - Server Error - - - - - - - - - - - - + -
-
-
- -
-

Sorry, a server error has occurred (500)

-

We have been automatically notified about the problem and will investigate as soon as possible.

- {% if request.sentry.id %} -

If you need assistance, you may reference this error as - {{ request.sentry.id }}.

- {% endif %} -

- Back to home -

-
- +

Sorry, a server error has occurred (500)

+

We have been automatically notified about the problem and will investigate as soon as possible.

+ {% if request.sentry.id %} +

If you need assistance, you may reference this error as + {{ request.sentry.id }}.

+ {% endif %} +

+ Back to home +

-
-
- diff --git a/src/objects/templates/503.html b/src/objects/templates/503.html index e852c933..0007aac0 100644 --- a/src/objects/templates/503.html +++ b/src/objects/templates/503.html @@ -9,177 +9,90 @@ - Service Unavailable - - - - - - - - - - + @@ -193,7 +106,7 @@

Sorry, this website is closed for repair / is unavailable (503)

Please try again in a few moments.

- Back to home + Back to home