From ba0cbcd7c574065699b0e799b4a4ae8a6f813ace Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sun, 24 Nov 2013 19:19:47 +0100 Subject: [PATCH] UI fixes for error pages. --- dpaste/templates/dpaste/404.html | 2 ++ dpaste/templates/dpaste/500.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dpaste/templates/dpaste/404.html b/dpaste/templates/dpaste/404.html index fbd18e5..c57e2dc 100644 --- a/dpaste/templates/dpaste/404.html +++ b/dpaste/templates/dpaste/404.html @@ -4,5 +4,7 @@ {% block headline %}404 Not found{% endblock %} {% block page %} +

Snippet you have searched is not available (anymore).

+
{% endblock %} diff --git a/dpaste/templates/dpaste/500.html b/dpaste/templates/dpaste/500.html index 9263c2a..a6a0ba0 100644 --- a/dpaste/templates/dpaste/500.html +++ b/dpaste/templates/dpaste/500.html @@ -4,5 +4,7 @@ {% block headline %}500 Internal Server Error{% endblock %} {% block page %} +

Sorry, there was an error with your request. The server notified the admin via email.

+
{% endblock %}