mirror of https://github.com/searxng/searxng.git
[mod] checkbox label position
This commit is contained in:
parent
d2d0fddc43
commit
567a44fcad
|
@ -3,8 +3,8 @@
|
|||
<input type="submit" value="search" />
|
||||
<p>
|
||||
{% for category in categories %}
|
||||
{{ category }}: <input type="checkbox" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} />
|
||||
<input type="checkbox" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} />{{ category }}
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p>remember categories:<input type="checkbox" name="save" checked="checked" /></p>
|
||||
<p><input type="checkbox" name="save" checked="checked" />remember categories</p>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue