mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh][mod] template refactor
This commit is contained in:
parent
3373b2c298
commit
0531706287
3 changed files with 11 additions and 13 deletions
|
|
@ -5,14 +5,6 @@
|
|||
</a>
|
||||
<div class="center">
|
||||
<h1>searx</h1>
|
||||
<form method="post" action="">
|
||||
<input type="text" name="q" tabindex="1" autocomplete="off" />
|
||||
<input type="submit" value="search" />
|
||||
<p>
|
||||
{% for engine in engines %}
|
||||
{{ engine }}: <input type="checkbox" name="engine_{{ engine }}" checked="checked"/>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</form>
|
||||
{% include 'search.html' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue