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/404.html | |
parent | c76aedc347e2e180fd4c8d7f40e0db29fcb81a3f (diff) | |
download | fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.tar.gz fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.zip |
UI tweaks, i18n prep
Diffstat (limited to 'fatcat_covid19/templates/404.html')
-rw-r--r-- | fatcat_covid19/templates/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_covid19/templates/404.html b/fatcat_covid19/templates/404.html index 653b8ee..89c9189 100644 --- a/fatcat_covid19/templates/404.html +++ b/fatcat_covid19/templates/404.html @@ -3,7 +3,7 @@ <center> <div style="font-size: 8em;">404</div> -<div style="font-size: 3em;">Not Found</div> +<div style="font-size: 3em;">{{ _("Not Found") }}</div> </center> {% endblock %} |