villeneuve-dascq: patch header back home link url (#44689)

This commit is contained in:
Thomas Jund 2020-07-01 16:38:31 +02:00
parent f38527a77a
commit 6a31d841a7
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 %}