{% 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 %}