villeneuve-dascq: patch header back home link url (#44689)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Thomas Jund 2020-07-01 16:38:31 +02:00 committed by Thomas NOËL
parent 7f8174fad6
commit e2ede0064e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% block user-info %}
<span class="theme-back-home">
<a href="{{site_base}}" title="retour à l'accueil">Accueil</a>
<a href="{{portal_url}}" title="retour à l'accueil">Accueil</a>
</span>
{{ block.super }}
{% endblock %}