commit 1fd10281307c8a07d9945e7881e517c1824551aa Author: hiro hiro@torproject.org Date: Mon Oct 21 18:23:45 2019 +0200
Use id not title --- templates/user-research.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/user-research.html b/templates/user-research.html index 9f29641..339cca3 100644 --- a/templates/user-research.html +++ b/templates/user-research.html @@ -14,7 +14,7 @@ <div class="card-body"> <div class="card-body"> <h4 class="card-title text-primary"> - {% if child.title == "Become a Tester" %} + {% if child._id == "become-tester" %} <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-qa">{{ _(child.title) }}</a> {% else %} <a href="{{ child.path|url(alt=this.alt) }}">{{ _(child.title) }}</a>