From 7720832e5e083dda48bc99b9f07b377b9d11c2cb Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 23 May 2023 13:41:53 +0200 Subject: [PATCH] error page --- src/redakcja/templates/500.html | 2 +- src/redakcja/templates/error_base.html | 76 +++++--------------------- 2 files changed, 15 insertions(+), 63 deletions(-) diff --git a/src/redakcja/templates/500.html b/src/redakcja/templates/500.html index bd7404f3..0b28b7dd 100644 --- a/src/redakcja/templates/500.html +++ b/src/redakcja/templates/500.html @@ -1,6 +1,6 @@ {% extends "error_base.html" %} -{% block "content" %} +{% block content %}

Błąd po stronie serwera.

diff --git a/src/redakcja/templates/error_base.html b/src/redakcja/templates/error_base.html index 58784dc6..0556befa 100644 --- a/src/redakcja/templates/error_base.html +++ b/src/redakcja/templates/error_base.html @@ -1,66 +1,18 @@ - + - - Platforma Redakcyjna - - - -
- - - -
-
- -
-{% block "content" %} -{% endblock %} -
- - - + + Błąd :: Platforma Redakcyjna + + + +
+ {% block content %}{% endblock %} +
+ -- 2.20.1