diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 15:10:38 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-05 15:10:38 +0100 |
| commit | e30f43bd81b3d7a682b3bb65eacd20ddb46b5230 (patch) | |
| tree | 0cd30184ab574b4177ad3f04f9826ba82bfbeda1 /searx/templates/index.html | |
| parent | 07f83cab224d2ddf1f7fd8b544f2f2d6679c2416 (diff) | |
| parent | 73ab92544a5240bcbe7a1d39ee50ad809125db30 (diff) | |
Merge remote-tracking branch 'asciimoo/master'
Diffstat (limited to 'searx/templates/index.html')
| -rw-r--r-- | searx/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html index 18320ae09..57b67ef09 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -4,8 +4,8 @@ <div class="title"><h1>searx</h1></div> {% include 'search.html' %} <p class="top_margin"> - <a href="/about" class="hmarg">{{ _('about') }}</a> - <a href="/preferences" class="hmarg">{{ _('preferences') }}</a> + <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a> + <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> </p> </div> {% endblock %} |