mirror of
https://github.com/searxng/searxng.git
synced 2026-05-31 15:07:17 +02:00
[mod] separating categories
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% for category in categories %}
|
||||
<div class="checkbox_container">
|
||||
<input type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} /><label for="checkbox_{{ category|replace(' ', '_') }}" class="cb"></label><label for="checkbox_{{ category|replace(' ', '_') }}">{{ category }}</label>
|
||||
</div>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user