From 0ba24b411f3a582d7688d591c451f307434a2c3a Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 31 Mar 2017 12:57:57 +0200 Subject: [PATCH] administrative cleanup --- lib/librarian | 2 +- redakcja/templates/500.html | 5 ++--- redakcja/templates/503.html | 4 ++-- redakcja/templates/error_base.html | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lib/librarian b/lib/librarian index 8287173d..7feccce4 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 8287173da88bfaa3a8b90a39768198dceba2e25f +Subproject commit 7feccce4659f48b0f9a131d8de0d983075a33378 diff --git a/redakcja/templates/500.html b/redakcja/templates/500.html index 05c0bc36..8653f4dd 100644 --- a/redakcja/templates/500.html +++ b/redakcja/templates/500.html @@ -1,11 +1,10 @@ {% extends "error_base.html" %} -{% block "content" %} +{% block content %}

Internal Server Error

Unfortunately our WWW server was unable to deliver the page you asked for. We're sorry for the inconvenience.

-

The administrator has been already notified of the error, but if you'd like to provide more information, write to our e-mail.

- +

The administrator has been already notified of the error, but if you'd like to provide more information, write to our e-mail.

{% endblock %} diff --git a/redakcja/templates/503.html b/redakcja/templates/503.html index e85bc797..27171960 100644 --- a/redakcja/templates/503.html +++ b/redakcja/templates/503.html @@ -1,6 +1,6 @@ {% extends "error_base.html" %} -{% block "content" %} +{% block content %}

Service temporarily unavailable

@@ -10,4 +10,4 @@ The service is unavailable due to maintanance.

Please try again later.

-{% endblock "content" %} +{% endblock content %} diff --git a/redakcja/templates/error_base.html b/redakcja/templates/error_base.html index 4c3a5ae4..721a0773 100755 --- a/redakcja/templates/error_base.html +++ b/redakcja/templates/error_base.html @@ -6,7 +6,7 @@ -{% block "content" %} +{% block content %} {% endblock %} -- 2.20.1