diff --git a/templates/search_form.html b/templates/search_form.html index 4c8bd077..095968de 100644 --- a/templates/search_form.html +++ b/templates/search_form.html @@ -6,8 +6,13 @@ {% trans %}Select board{% endtrans %}… - {% for b in boards %} - /{{ b }}/ + + {% for b2 in boards %} + {% if b2 == b %} + /{{ b2 }}/ + {% else %} + /{{ b2 }}/ + {% endif %} {% endfor %}