summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/courgette/categories.html')
-rw-r--r--searx/templates/courgette/categories.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/searx/templates/courgette/categories.html b/searx/templates/courgette/categories.html
deleted file mode 100644
index b8d6a75..0000000
--- a/searx/templates/courgette/categories.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div id="categories">
- <div id="categories_container">
- {% 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(' ', '_') }}">{{ _(category) }}</label>
- </div>
- {% endfor %}
- </div>
-</div> \ No newline at end of file