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.login') }}">{{ localize("log_in") }}</a>
|
||||
{% endif %}
|
||||
<li><a href="{{ url_for('about_page') }}">{{ localize("about") }}</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<section class="content">
|
||||
|
Loading…
Reference in New Issue
Block a user