summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-19 19:56:11 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-19 19:56:11 +0200
commit83c39a565aaf8fba47f6e9e03eb432cac893f9ad (patch)
treead6b507bf19c757e31653bb22f3020eb7f87c318 /searx/templates
parent247c9144f20572be29aa8f0911dd1aa1824007b1 (diff)
[enh] category selection remember
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/search.html b/searx/templates/search.html
index e084610ca..ab83d77ec 100644
--- a/searx/templates/search.html
+++ b/searx/templates/search.html
@@ -6,4 +6,5 @@
{{ category }}: <input type="checkbox" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} />
{% endfor %}
</p>
+ <p>remember categories:<input type="checkbox" name="save" checked="checked" /></p>
</form>