From 5a4aa7e74493a1e98768dc52166deeaa8ed9a6e1 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 31 Aug 2020 16:46:44 -0700 Subject: [PATCH] templates: Remove strangely toned text from 404 page. --- templates/404.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/404.html b/templates/404.html index 3d5a69e10b..b2b022ffb1 100644 --- a/templates/404.html +++ b/templates/404.html @@ -11,15 +11,12 @@
{% if status_code == 405 %}

Method not allowed (405)

-

We know this is stressful, but we still love you.

-

If you'd like, you can drop us a line to let us know what happened.

{% else %}

Page not found (404)

-

We know this is stressful, but we still love you.

-

If you'd like, you can drop us a line to let us know what happened.

{% endif %} +

If this error is unexpected, you can contact + support.

-