forked from Icycoide/searxng
Merge pull request #1004 from MontyQI/search_url
Search_url only if method is POST
This commit is contained in:
commit
b44a29a5a2
2 changed files with 25 additions and 9 deletions
|
@ -8,4 +8,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% for category in selected_categories %}
|
||||
<input type="hidden" name="category_{{ category }}" value="1" >
|
||||
{% endfor %}
|
||||
<input type="hidden" name="language" value="{{ current_language }}" >
|
||||
<input type="hidden" name="time_range" value="{{ time_range }}" >
|
||||
<input type="hidden" name="safesearch" value="{{ safesearch }}" >
|
||||
<input type="hidden" name="theme" value="{{ theme }}" >
|
||||
{% if timeout_limit %}<input type="hidden" name="timeout_limit" value="{{ timeout_limit|e }}" >{% endif %}
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue