summaryrefslogtreecommitdiff
path: root/searx/templates/search.html
diff options
context:
space:
mode:
authorpw3t <romain@berthor.fr>2014-01-02 19:52:21 +0100
committerpw3t <romain@berthor.fr>2014-01-02 19:52:21 +0100
commitefb6eca39e9dd851645f76bd72ac076f61a11c09 (patch)
tree04b571f5d56967d63c213b45d35cfda08c4d2769 /searx/templates/search.html
parent6f2b8aca5e36196f6370951d915b06356a2549db (diff)
parentd2898b08187101aad477ef48c8ea7518cee8b925 (diff)
Merge branch 'master' of https://github.com/asciimoo/searx
Diffstat (limited to 'searx/templates/search.html')
-rw-r--r--searx/templates/search.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/searx/templates/search.html b/searx/templates/search.html
index 64f0d8f73..51522b45c 100644
--- a/searx/templates/search.html
+++ b/searx/templates/search.html
@@ -4,10 +4,6 @@
<input type="submit" value="" id="search_submit" />
</div>
<div>
- {% 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 %}
+ {% include 'categories.html' %}
</div>
</form>