diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-01 22:17:10 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-01 22:17:10 +0100 |
| commit | 2e55e5f0be363fde1fe5a4eac31383f8fecd2d46 (patch) | |
| tree | 78d172293e9d2d2b1b9b62658fede268901da111 /searx/templates | |
| parent | 1df697305c4fc2e2de980efd41fb0f9a3c002091 (diff) | |
[enh] links to preferences
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/index.html | 1 | ||||
| -rw-r--r-- | searx/templates/results.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html index 4d13b77e7..bdb31e844 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -6,6 +6,7 @@ {% include 'search.html' %} <p class="top_margin"> <a href="/about" class="hmarg">about</a> + <a href="/preferences" class="hmarg">preferences</a> </p> </div> {% endblock %} diff --git a/searx/templates/results.html b/searx/templates/results.html index 2f018881c..c20f2d862 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block title %}{{ q }} - {% endblock %} {% block content %} +<div class="right"><a href="/preferences">preferences</a></div> <div class="small"> {% include 'search.html' %} </div> |