From af71508a10782c4c8b9a4412b335eb61e04fda4d Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Mon, 31 Oct 2022 17:20:50 -0600 Subject: [PATCH] Add error page instructions --- src/templates/400.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/400.html b/src/templates/400.html index 9d4d467..6e4a7c8 100644 --- a/src/templates/400.html +++ b/src/templates/400.html @@ -3,5 +3,6 @@ {% block content %}

400 Bad request

+

If you're seeing this page, clear your cache to fix the issue.

{% endblock %}