aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-05 13:19:54 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-05 13:19:54 -0700
commitbd2f918b016a10ada80109f9a57cea95ca6a729e (patch)
tree8543b1cd407faa9256ca48c75474ab3e1fe40e39 /fatcat_scholar/templates
parent54e6cf8d50fbe0e061fd169cdc84a580924b936a (diff)
downloadfatcat-scholar-bd2f918b016a10ada80109f9a57cea95ca6a729e.tar.gz
fatcat-scholar-bd2f918b016a10ada80109f9a57cea95ca6a729e.zip
i18n: fix some more local links
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r--fatcat_scholar/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html
index 062b054..8577b18 100644
--- a/fatcat_scholar/templates/base.html
+++ b/fatcat_scholar/templates/base.html
@@ -142,7 +142,7 @@
<img class="mobile-hide" src="/static/ia-wordmark.svg" style="margin-left: 10px; width: 180px;">
</a>
<span style="margin-top: 0.5em;">
- <a class="ui grey label" style="background-color: #fbbd08a6;" href="/#alphanotice"><i>alpha</i></a>
+ <a class="ui grey label" style="background-color: #fbbd08a6;" href="{{ lang_prefix }}/#alphanotice"><i>alpha</i></a>
</span>
<div class="right menu">
@@ -154,7 +154,7 @@
<div class="menu">
{# TODO: as a dynamic array #}
{# TODO: do url_for() here, with current endpoint (from request?) #}
- <a class="item" href="/">English</a>
+ <a class="item" href="/en/">English</a>
<a class="item" href="/de/">Deutsch</a>
<a class="item" href="/zh/">中文</a>
<a class="item" href="/ru/">Русский</a>
@@ -236,7 +236,7 @@
<a href="{{ lang_prefix }}/about#howitworks" class="item">{{ _("How It Works") }}</a>
<a href="{{ lang_prefix }}/about#sources" class="item">{{ _("Content Sources") }}</a>
<a href="{{ lang_prefix }}/about#tdm" class="item">{{ _("Text and Data Mining") }}</a>
- <a href="/help" class="item">{{ _("Help") }}</a>
+ <a href="{{ lang_prefix }}/help" class="item">{{ _("Help") }}</a>
</div>
</div>
<div class="three wide column">