administrative cleanup
[redakcja.git] / redakcja / templates / 500.html
1 {% extends "error_base.html" %}
2
3 {% block content %}
4
5 <h1>Internal Server Error</h1>
6
7 <p>Unfortunately our WWW server was unable to deliver the page you asked for. We're sorry for the inconvenience.</p>
8 <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>
9
10 {% endblock %}