search_form.html: format

This commit is contained in:
Zankaria 2025-07-07 22:20:08 +02:00
parent 3c5cca9265
commit 626a3fd683

View file

@ -8,11 +8,11 @@
<option value="none">{% trans %}Select board{% endtrans %}&hellip;</option> <option value="none">{% trans %}Select board{% endtrans %}&hellip;</option>
{% for b2 in boards %} {% for b2 in boards %}
{% if b2 == b %} {% if b2 == b %}
<option value="{{ b2 }}" selected>/{{ b2 }}/</option> <option value="{{ b2 }}" selected>/{{ b2 }}/</option>
{% else %} {% else %}
<option value="{{ b2 }}">/{{ b2 }}/</option> <option value="{{ b2 }}">/{{ b2 }}/</option>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</select> </select>
<input type="submit" value="{% trans %}Search{% endtrans %}" /> <input type="submit" value="{% trans %}Search{% endtrans %}" />