summaryrefslogtreecommitdiff
path: root/searx/templates/categories.html
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-04-24 23:46:40 +0000
committerMatej Cotman <cotman.matej@gmail.com>2014-06-05 13:18:22 +0200
commit08eaffe245303818069df3332eece11f41a0bd8e (patch)
tree9a111cc283b644de9f9df306c531644e8421e283 /searx/templates/categories.html
parent3386e21cdf30bf0accb84e2dcc4dea0076af1b90 (diff)
add multi theming support
Diffstat (limited to 'searx/templates/categories.html')
-rw-r--r--searx/templates/categories.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/searx/templates/categories.html b/searx/templates/categories.html
deleted file mode 100644
index 57e63c85d..000000000
--- a/searx/templates/categories.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<div id="categories">
-{% 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>