administrative cleanup
[redakcja.git] / redakcja / templates / 500.html
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 %}