logo

searx

My custom branche(s) on searx, a meta-search engine
commit: fbe5fc3986c91d5dc463b067a2419d92255aed2d
parent: 41b8478f87a679b3b7bd4ed44b1fadc79d4c7d4e
Author: asciimoo <asciimoo@gmail.com>
Date:   Wed,  1 Jan 2014 23:01:59 +0100

[enh] navigation link

Diffstat:

Msearx/templates/preferences.html1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html @@ -14,5 +14,6 @@ <input type="submit" value="save" /> </form> </fieldset> + <div class="right"><a href="/">back</a></div> </div> {% endblock %}