mirror of https://github.com/searxng/searxng.git
[enh] links to preferences
This commit is contained in:
parent
1df697305c
commit
2e55e5f0be
|
@ -6,6 +6,7 @@
|
||||||
{% include 'search.html' %}
|
{% include 'search.html' %}
|
||||||
<p class="top_margin">
|
<p class="top_margin">
|
||||||
<a href="/about" class="hmarg">about</a>
|
<a href="/about" class="hmarg">about</a>
|
||||||
|
<a href="/preferences" class="hmarg">preferences</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}{{ q }} - {% endblock %}
|
{% block title %}{{ q }} - {% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="right"><a href="/preferences">preferences</a></div>
|
||||||
<div class="small">
|
<div class="small">
|
||||||
{% include 'search.html' %}
|
{% include 'search.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue