diff options
Diffstat (limited to 'fatcat_covid19/templates/500.html')
-rw-r--r-- | fatcat_covid19/templates/500.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fatcat_covid19/templates/500.html b/fatcat_covid19/templates/500.html index a99232c..e42ba4e 100644 --- a/fatcat_covid19/templates/500.html +++ b/fatcat_covid19/templates/500.html @@ -3,11 +3,12 @@ <center> <div style="font-size: 8em;">500</div> -<div style="font-size: 3em;">Internal Error</div> +<div style="font-size: 3em;">{{ _("Internal Error") }}</div> -<p>Hrm, something unexpected went wrong. You may have found a bug! This request -should be logged and reported automatically; you could re-try or contact us for -more info. +<p> +{{ _("Hrm, something unexpected went wrong. You may have found a bug! This +request should be logged and reported automatically; you could re-try or +contact us for more info.") }} </center> {% endblock %} |