added prefix for about

This commit is contained in:
Leon Noe Jovan
2023-02-22 18:07:11 +01:00
parent f97b83abd7
commit 909928eec3
5 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<a href="{{ROUTE_PREFIX}}/admin">Administracijski meni</a>
{% endif %}
<a href="https://rsdo.slovenscina.eu/zbiranje-besedil-za-korpus-solar" target="_blank">Več informacij o sodelovanju</a>
<a href="/about">O orodju</a>
<a href="{{ROUTE_PREFIX}}/about">O orodju</a>
<a href="{{ROUTE_PREFIX}}/logout">Odjava</a>
</div>
</header>