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/about_en.html | |
parent | c76aedc347e2e180fd4c8d7f40e0db29fcb81a3f (diff) | |
download | fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.tar.gz fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.zip |
UI tweaks, i18n prep
Diffstat (limited to 'fatcat_covid19/templates/about_en.html')
-rw-r--r-- | fatcat_covid19/templates/about_en.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fatcat_covid19/templates/about_en.html b/fatcat_covid19/templates/about_en.html index 2dd2b5e..8db4a6f 100644 --- a/fatcat_covid19/templates/about_en.html +++ b/fatcat_covid19/templates/about_en.html @@ -1,12 +1,10 @@ {% extends "base.html" %} -{% block title %}About{% endblock %} +{% block title %}{{ _("About") }}{% endblock %} {% block body %} -{# <img class="ui fluid bordered image" src="/static/fatcat.jpg" title="CC0 photo of an oversized feline" alt=""> #} - -<h1></h1> +<h1>About Fatcat COVID-19 Paper Search</h1> TODO |