diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 12:43:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 12:43:13 -0700 |
commit | 2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2 (patch) | |
tree | 3cdfe702dd76b693bc3d9064a23cf7b7532e8404 /fatcat_covid19/templates/400.html | |
parent | c76aedc347e2e180fd4c8d7f40e0db29fcb81a3f (diff) | |
download | fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.tar.gz fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.zip |
UI tweaks, i18n prep
Diffstat (limited to 'fatcat_covid19/templates/400.html')
-rw-r--r-- | fatcat_covid19/templates/400.html | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <center> <div style="font-size: 8em;">400</div> -<div style="font-size: 3em;">Bad Request</div> +<div style="font-size: 3em;">{{ _("Bad Request") }}</div> -<p>Wasn't able to handle the request, either due to incorrect or unexpected +<p> +{{ _("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!") }} </center> {% endblock %} |