[tor-commits] [community/staging] fix the pagenav for showing translated terms

gus at torproject.org gus at torproject.org
Thu Apr 15 18:34:54 UTC 2021


commit 17326481ed9b776b570ac1f0a3c23703f6811158
Author: emma peel <emma.peel at riseup.net>
Date:   Sat Mar 27 08:32:16 2021 +0100

    fix the pagenav for showing translated terms
---
 templates/pagenav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/pagenav.html b/templates/pagenav.html
index 617242d..077df73 100644
--- a/templates/pagenav.html
+++ b/templates/pagenav.html
@@ -8,7 +8,7 @@
         <li{% if this.is_child_of(abs_path) %} class="nav-item active border-active" {% else %} class="nav-item" {% endif %}>
           {% set elm = site.get(item.path) %}
           {% if elm %}
-            <a class="nav-link" href="{{ elm.path|url }}">{{ item.label }}
+            <a class="nav-link" href="{{ elm.path|url }}">{{ _(item.label) }}
           {% endif %}
           {% if this.is_child_of(abs_path) %}
             <span class="sr-only">(current)</span>





More information about the tor-commits mailing list