villeneuve-dascq: remove user-info skeleton-extra-placeholder (#72598)

This commit is contained in:
Thomas Jund 2022-12-20 16:13:47 +01:00 committed by Gitea
parent 6615252066
commit afe05ca11c
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@
<a href="{{portal_url}}" title="retour à laccueil">Accueil</a>
</span>
{% skeleton_extra_placeholder user-info %}
{% if user.is_authenticated %}
<span class="logged-in">
{% if account_url %}<a class="account-link" href="{{ account_url }}">{% endif %}
@ -20,6 +19,4 @@
{% if registration_url and include_registration_link != False %}<a class="registration" href="{{registration_url}}"
>{% block user-info-registration-label %}Inscription{% endblock %}{% endif %}</a></span>
{% endif %}
{% end_skeleton_extra_placeholder %}
{% endblock %}