summaryrefslogtreecommitdiff
path: root/searx/templates/preferences.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-04-08 17:51:30 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-04-08 17:51:30 +0200
commit44d3af9fb2482cd0df1a8ababbe2fdf27ab33172 (patch)
tree72c4a2e7e18ab9db63e5ab221b2377f90ff56389 /searx/templates/preferences.html
parentd2f89f044624d21027741ada796580bbcea70922 (diff)
parent4519de9a3a3e9421d8c6b40804c49017de1bc341 (diff)
Merge pull request #61 from matejc/optional_search_get
Optional search get
Diffstat (limited to 'searx/templates/preferences.html')
-rw-r--r--searx/templates/preferences.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html
index 582305a1b..eeb86577f 100644
--- a/searx/templates/preferences.html
+++ b/searx/templates/preferences.html
@@ -44,6 +44,15 @@
</p>
</fieldset>
<fieldset>
+ <legend>{{ _('Method') }}</legend>
+ <p>
+ <select name='method'>
+ <option value="POST" {% if method == 'POST' %}selected="selected"{% endif %}>POST</option>
+ <option value="GET" {% if method == 'GET' %}selected="selected"{% endif %}>GET</option>
+ </select>
+ </p>
+ </fieldset>
+ <fieldset>
<legend>{{ _('Currently used search engines') }}</legend>
<table>