diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 18:41:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 18:41:14 -0700 |
commit | f5f1b391442b1a8c94821f61129da7ffdd18ef6d (patch) | |
tree | e0dd962f21b8828bf585ba487f32b0b101f38611 /fatcat_covid19/templates/home.html | |
parent | 3b0bb20ad0b9ce58992a45e1fcf863069119f560 (diff) | |
download | fatcat-covid19-f5f1b391442b1a8c94821f61129da7ffdd18ef6d.tar.gz fatcat-covid19-f5f1b391442b1a8c94821f61129da7ffdd18ef6d.zip |
more i18n polish
Diffstat (limited to 'fatcat_covid19/templates/home.html')
-rw-r--r-- | fatcat_covid19/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_covid19/templates/home.html b/fatcat_covid19/templates/home.html index f194f2c..bc75112 100644 --- a/fatcat_covid19/templates/home.html +++ b/fatcat_covid19/templates/home.html @@ -34,7 +34,7 @@ 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> + <a href="{{ url_for("search.page_about") }}">{{ _("Read more...") }}</a> </b> </div> </div> |