mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update categories.html
This commit is contained in:
parent
62258fc086
commit
c5be51a7d6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
'files': 'file-tray-full-outline',
|
||||
'social media': 'people-outline',
|
||||
} -%}
|
||||
<div id="categories" class="search_categories">{{- '' -}}
|
||||
<div id="categories" class="search_categories" style="display:none">{{- '' -}}
|
||||
<div id="categories_container">
|
||||
{%- for category in categories_as_tabs -%}
|
||||
<div class="category"><input type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}"{% if category in selected_categories %} checked="checked"{% endif %}/>
|
||||
|
|
Loading…
Add table
Reference in a new issue