diff --git a/app/templates/error/404.html b/app/templates/error/404.html index 721457e0b..d19125683 100644 --- a/app/templates/error/404.html +++ b/app/templates/error/404.html @@ -3,8 +3,12 @@ {% block fullwidth_content %}
-

404

-

Sorry, that page doesn't exist.

+

+ Page could not be found +

+

+ Check you've entered the correct web address. +

{% endblock %} diff --git a/app/templates/error/500.html b/app/templates/error/500.html index 66fd970e4..1401cfc53 100644 --- a/app/templates/error/500.html +++ b/app/templates/error/500.html @@ -3,8 +3,10 @@ {% block fullwidth_content %}
-

500

-

Sorry, something went wrong on our system.

+

+ Sorry, we're experiencing technical difficulties +

+

Try again later.

{% endblock %}