summaryrefslogtreecommitdiff
path: root/searx/templates/preferences.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-06 16:25:15 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-06 16:25:15 +0100
commit3b31c60f07dbc5b6e240295885b672e46b1583bd (patch)
tree2a81bae537be4278c70d16c18b1db9210456dc9a /searx/templates/preferences.html
parente8b74c9e094c3b726100ac72de04e7c6a192b3b7 (diff)
fix little style errors
Diffstat (limited to 'searx/templates/preferences.html')
-rw-r--r--searx/templates/preferences.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html
index 5632accd2..c1b9a8968 100644
--- a/searx/templates/preferences.html
+++ b/searx/templates/preferences.html
@@ -65,7 +65,7 @@
</p>
<input type="submit" value="{{ _('save') }}" />
- </form>
- <div class="right"><a href="{{ url_for('index') }}">{{ _('back') }}</a></div>
+ <div class="right preferences_back"><a href="{{ url_for('index') }}">{{ _('back') }}</a></div>
+ </form>
</div>
{% endblock %}