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