Add link to about on main page

This commit is contained in:
Kiril Kovachev 2024-10-14 16:25:09 +01:00
parent b03fd3f54a
commit 3b09ea2dda

View File

@ -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">