diff --git a/templates/search_form.html b/templates/search_form.html index 095968de..e88f9ffb 100644 --- a/templates/search_form.html +++ b/templates/search_form.html @@ -2,17 +2,17 @@
- {% trans %}Phrase:{% endtrans %} + {% trans %}Phrase:{% endtrans %} {% trans %}Select board{% endtrans %}… - + {% for b2 in boards %} - {% if b2 == b %} - /{{ b2 }}/ - {% else %} - /{{ b2 }}/ - {% endif %} + {% if b2 == b %} + /{{ b2 }}/ + {% else %} + /{{ b2 }}/ + {% endif %} {% endfor %}