From 2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 3 Apr 2020 12:43:13 -0700 Subject: UI tweaks, i18n prep --- fatcat_covid19/templates/400.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fatcat_covid19/templates/400.html') diff --git a/fatcat_covid19/templates/400.html b/fatcat_covid19/templates/400.html index f2659ca..7b6598c 100644 --- a/fatcat_covid19/templates/400.html +++ b/fatcat_covid19/templates/400.html @@ -3,11 +3,12 @@
400
-
Bad Request
+
{{ _("Bad Request") }}
-

Wasn't able to handle the request, either due to incorrect or unexpected +

+{{ _("Wasn't able to handle the request, either due to incorrect or unexpected input. Usually more context should be available; if you hit this page it means -you've discovered a new corner case! +you've discovered a new corner case!") }}

{% endblock %} -- cgit v1.2.3