mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Info: code refactoring & bug fixes
This commit is contained in:
parent
bb19c7eccf
commit
dbe3eaabc9
5 changed files with 27 additions and 35 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{% block title %}{{ active_page.title }} - {% endblock %}
|
||||
{% block content %}
|
||||
<ul class="nav nav-tabs">
|
||||
{% for pagename, page, locale in all_pages %}
|
||||
{% for pagename, locale, page in all_pages %}
|
||||
<li>
|
||||
<a href="{{ url_for('info', pagename=pagename, locale=locale) }}" {% if pagename == active_pagename %}class="active"{% endif %}>{{page.title}}</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue