diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 17:43:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 17:43:57 -0700 |
commit | 85e4a384022850c39e4bdd3e526c0feb737c6643 (patch) | |
tree | 9d619f30368a45ca12774c5dd13d4ee2d5a8631e /fatcat_covid19/templates/home.html | |
parent | b701a41f61a3ed5fa917dba9ebe639e4cc2c9cd9 (diff) | |
download | fatcat-covid19-85e4a384022850c39e4bdd3e526c0feb737c6643.tar.gz fatcat-covid19-85e4a384022850c39e4bdd3e526c0feb737c6643.zip |
missing translations on front page
Diffstat (limited to 'fatcat_covid19/templates/home.html')
-rw-r--r-- | fatcat_covid19/templates/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fatcat_covid19/templates/home.html b/fatcat_covid19/templates/home.html index 870b884..f194f2c 100644 --- a/fatcat_covid19/templates/home.html +++ b/fatcat_covid19/templates/home.html @@ -30,11 +30,11 @@ <div class="ui vertical stripe segment" style="padding-top: 2em; padding-bottom: 2em; background-color: #F5F5F5;"> <div class="ui text container" style="max-width: 800px!important;"> <p><b> - This is a prototype full text search index of papers, reports, + {{ _("This is a prototype full text search index of papers, reports, datasets, and other research resources related to the COVID-19 crisis, including public health responses to influenza pandemics more - generally. - <a href="/about">Read more...</a> + generally.") }} + <a href="/about">{{ _("Read more...") }}</a> </b> </div> </div> |