Removed useless package

This commit is contained in:
Pinga 2024-02-27 18:11:10 +02:00
parent 73432e2928
commit b0f63ffb25
4 changed files with 1 additions and 13 deletions

View file

@ -53,7 +53,7 @@
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
<span class="avatar avatar-sm" style="background-image: url(/avatar)"></span>
<span class="avatar bg-{% if roles == 0 %}primary{% else %}green{% endif %}-lt">{{ auth.user.username|slice(0, 2)|upper }}</span>
<div class="d-none d-xl-block ps-2">
<div>{{auth.user.username}}</div>
<div class="mt-1 small text-muted">{{auth.user.email}}</div>