summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremma peel <emma.peel@riseup.net>2018-10-28 12:12:40 +0100
committeremma peel <emma.peel@riseup.net>2018-10-28 12:12:40 +0100
commit7b319af7a4125b6258f37b8e7a744f2cb89ce56c (patch)
tree3675a6c81dfa61d823adcea7375c318c171bb424
parent880e48fb81c7b5c6d6c9157e72538eefc74437f0 (diff)
fix for #27561
-rw-r--r--templates/navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/navbar.html b/templates/navbar.html
index 30b879e7..585ee1cc 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -31,7 +31,7 @@
<div class="dropdown-menu">
{% for id, item in bag('alternatives').items() %}
{% if this.alt != id %}
- <a class="dropdown-item" href="{{ item.url }}">{{ item.language }}</a>
+ <a class="dropdown-item" href="{{ item.url }}{{ this.path }}">{{ item.language }}</a>
{% endif %}
{% endfor %}
</div>