administrative cleanup
authorJan Szejko <janek37@gmail.com>
Fri, 31 Mar 2017 10:57:57 +0000 (12:57 +0200)
committerJan Szejko <janek37@gmail.com>
Fri, 31 Mar 2017 11:12:14 +0000 (13:12 +0200)
lib/librarian
redakcja/templates/500.html
redakcja/templates/503.html
redakcja/templates/error_base.html

index 8287173..7feccce 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8287173da88bfaa3a8b90a39768198dceba2e25f
+Subproject commit 7feccce4659f48b0f9a131d8de0d983075a33378
index 05c0bc3..8653f4d 100644 (file)
@@ -1,11 +1,10 @@
 {% extends "error_base.html" %}
 
-{% block "content" %}
+{% block content %}
 
 <h1>Internal Server Error</h1>
 
 <p>Unfortunately our WWW server was unable to deliver the page you asked for. We're sorry for the inconvenience.</p>
-<p>The administrator has been already notified of the error, but if you'd like to provide more information, write to <a href="mailto:radekczajka@mdrn.pl">our e-mail</a>.</p>
-</div>
+<p>The administrator has been already notified of the error, but if you'd like to provide more information, write to <a href="mailto:janszejko@mdrn.pl">our e-mail</a>.</p>
 
 {% endblock %}
index e85bc79..2717196 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "error_base.html" %}
 
-{% block "content" %}
+{% block content %}
 
 <h1>Service temporarily unavailable</h1>
 
@@ -10,4 +10,4 @@ The service is unavailable due to maintanance.
 
 <p>Please try again later.</p>
 
-{% endblock "content" %}
+{% endblock content %}
index 4c3a5ae..721a077 100755 (executable)
@@ -6,7 +6,7 @@
 </head>
 <body>
 
-{% block "content" %}
+{% block content %}
 {% endblock %}