commit 77c3d8dece38b90ba9a94f04331c44a22ac0ad5c Author: hiro hiro@torproject.org Date: Tue Mar 26 17:25:58 2019 +0100
Fix typo in navbar --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/navbar.html b/templates/navbar.html index 6bc92c2..95bb0e5 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -42,7 +42,7 @@ {% else %} <button type="button" class="btn btn-dark bg-dark dropdown-toggle btn-block my-3 my-sm-0" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {% endif %} - { bag('alternatives', this.alt, 'language') }} + {{ bag('alternatives', this.alt, 'language') }} </button> <div class="dropdown-menu"> {% for id, item in bag('alternatives').items() %}
tor-commits@lists.torproject.org