mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] menu without js - closes #747
This commit is contained in:
parent
e23c8f954b
commit
9782633054
8 changed files with 44 additions and 53 deletions
|
|
@ -3,7 +3,6 @@
|
|||
{% for category in categories | reverse %}
|
||||
<input class="hidden" type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} />
|
||||
<label for="checkbox_{{ category|replace(' ', '_') }}">{{ _(category) }}</label>
|
||||
</label>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% for category in categories %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue