aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/400.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_covid19/templates/400.html')
-rw-r--r--fatcat_covid19/templates/400.html7
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 %}