metz-metropole-2019: remove user-info skeleton (#72598)

This commit is contained in:
Thomas Jund 2022-12-20 11:05:59 +01:00 committed by Gitea
parent bc64278535
commit 7d5b04b90a
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{% extends "includes/user-info.html" %}
{% block user-info %}
{% skeleton_extra_placeholder user-info %}
{% if user.is_authenticated %}
<a class="hello" href="{{ account_url }}"><span>Bonjour {{ user.first_name }}</span></a><span> -
</span><a accesskey="o" class="logout" href="{{ logout_url }}">Déconnexion</a>
@ -11,5 +10,4 @@
<a class="registration" href="{{ registration_url }}">Inscription</a>
{% endif %}
<a class="home" href="{{ portal_url }}">Accueil</a>
{% end_skeleton_extra_placeholder %}
{% endblock %}