mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
[fix] preferences template added
This commit is contained in:
parent
2e55e5f0be
commit
41b8478f87
18
searx/templates/preferences.html
Normal file
18
searx/templates/preferences.html
Normal file
@ -0,0 +1,18 @@
|
||||
{% extends "base.html" %}
|
||||
{% block head %} {% endblock %}
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<h2>Preferences</h2>
|
||||
|
||||
|
||||
<fieldset>
|
||||
<legend>Default categories</legend>
|
||||
<form method="post" action="/preferences" id="search_form">
|
||||
<p>
|
||||
{% include 'categories.html' %}
|
||||
</p>
|
||||
<input type="submit" value="save" />
|
||||
</form>
|
||||
</fieldset>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user