UI fixes for error pages.

This commit is contained in:
Martin Mahner 2013-11-24 19:19:47 +01:00
parent c1c43dd51a
commit ba0cbcd7c5
2 changed files with 4 additions and 0 deletions

View file

@ -4,5 +4,7 @@
{% block headline %}404 Not found{% endblock %}
{% block page %}
<div>
<p>Snippet you have searched is not available (anymore).</p>
</div>
{% endblock %}

View file

@ -4,5 +4,7 @@
{% block headline %}500 Internal Server Error{% endblock %}
{% block page %}
<div>
<p>Sorry, there was an error with your request. The server notified the admin via email.</p>
</div>
{% endblock %}