commit b70cb754bffeff3ab6a7cbb973b7b5d211441bf5 Author: hiro hiro@torproject.org Date: Thu Sep 12 17:40:25 2019 +0200
Update to breadcrumbs --- templates/breadcrumb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/breadcrumb.html b/templates/breadcrumb.html index ca7cb45..56ba19d 100644 --- a/templates/breadcrumb.html +++ b/templates/breadcrumb.html @@ -12,9 +12,9 @@ {{ parent.title }} </a> </li> - {% parent = parent.parent %} {% endif %} {% endif %} + {% set parent = parent.parent %} {% endfor %} {% endif %} <li class="breadcrumb-item active" aria-current="page">{{ this.title }}</li>
tor-commits@lists.torproject.org