Add link to about on main page
This commit is contained in:
parent
b03fd3f54a
commit
3b09ea2dda
@ -19,6 +19,7 @@
|
|||||||
<li><a href="{{ url_for('auth.register') }}">{{ localize("register") }}</a>
|
<li><a href="{{ url_for('auth.register') }}">{{ localize("register") }}</a>
|
||||||
<li><a href="{{ url_for('auth.login') }}">{{ localize("log_in") }}</a>
|
<li><a href="{{ url_for('auth.login') }}">{{ localize("log_in") }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<li><a href="{{ url_for('about_page') }}">{{ localize("about") }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<section class="content">
|
<section class="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user