toulouse-2022: wrap user-info with skeleton_extra_placeholder (#73078)

This commit is contained in:
Thomas Jund 2023-01-09 14:27:07 +01:00 committed by Gitea
parent 95591f1933
commit 974ff93f5e
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{% extends "includes/nav.html" %}
{% block nav-bottom %}
{% include "includes/user-info.html" %}
{% skeleton_extra_placeholder top-links %}
{% include 'includes/user-info.html' %}
{% end_skeleton_extra_placeholder %}
{% endblock %}