commit 3c074913500500d4a0a9cada02adb25fd9f8b92b Author: hiro hiro@torproject.org Date: Mon Nov 11 16:41:24 2019 +0100
Update to templates --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/navbar.html b/templates/navbar.html index a014de2..0210587 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -32,7 +32,7 @@ {% if link %} <a class="nav-link" href="{{ item.path|url(alt=this.alt) }}"> {% else %} - {% set link = bag('links', this.alt, item.label) %} + {% set link = bag('links', this.alt, id) %} {% if link %} <a class="nav-link" href="{{ link }}"> {% else %}
tor-commits@lists.torproject.org