From: Radek Czajka Date: Tue, 23 May 2023 11:41:53 +0000 (+0200) Subject: error page X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/7720832e5e083dda48bc99b9f07b377b9d11c2cb error page --- 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 %} +
+