commit 965d08fc7fcafcbfff3c4cf45f14308f792c510e Author: hiro hiro@torproject.org Date: Thu Sep 12 17:38:29 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 bf6ca88..ca7cb45 100644 --- a/templates/breadcrumb.html +++ b/templates/breadcrumb.html @@ -12,7 +12,7 @@ {{ parent.title }} </a> </li> - {% set parent = parent.parent %} + {% parent = parent.parent %} {% endif %} {% endif %} {% endfor %}
tor-commits@lists.torproject.org