{% 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 %}
 
 {% extends "error_base.html" %}
 
-{% block "content" %}
+{% block content %}
 
 <h1>Service temporarily unavailable</h1>
 
 
 <p>Please try again later.</p>
 
-{% endblock "content" %}
+{% endblock content %}