themes: remove skeleton_extra_placeholder user-info (#72902)

This commit is contained in:
Thomas Jund 2023-01-03 11:28:00 +01:00
parent 2aa3a78f4f
commit 3434bdbb7f
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,6 @@
{% extends "includes/user-info.html" %}
{% block user-info %}
{% skeleton_extra_placeholder user-info %}
{% if user.is_authenticated %}
<span class="logged-in">
{% if idp_account_url %}<a class="account-link" href="{{idp_account_url}}">{% endif %}
@ -11,6 +10,5 @@
{% else %}
<span class="login"><a accesskey="2" class="login-link" href="{% url 'auth_login' %}">{% block user-info-login-label %}Connexion{% endblock %}</a>
{% endif %}
{% end_skeleton_extra_placeholder %}
{% endblock %}
}

View File

@ -1,7 +1,6 @@
{% extends "includes/user-info.html" %}
{% block user-info %}
{% skeleton_extra_placeholder user-info %}
{% if user.is_authenticated %}
<span class="logged-in">
{% if idp_account_url %}<a href="{{idp_account_url}}">{% endif %}
@ -18,5 +17,4 @@
<span class="login"><a accesskey="2" href="{% url 'auth_login' %}">Connexion{% if wallonie_connect == 'usagers' %} Inscription{% endif %}</a></span>
{% endif %}
{% endif %}
{% end_skeleton_extra_placeholder %}
{% endblock %}
{% endblock %}