forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 23:18:05 -06:00
parent 7e84d17a75
commit 3fbc37823d
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<div class="hidden xl:block xl:col-start-10 xl:col-end-13 flex-shrink-0">
{% if v and v.admin_level > 1 %}
{% if v and v.admin_level > 1 and v.id != u.id %}
<div class="relative my-4 px-4 py-3 rounded-md border border-yellow-400 dark:border-gray-700 bg-yellow-100 dark:bg-gray-700/40">
<span class="absolute top-2 right-3 text-base">
<i class="fas fa-crown fa-sm text-yellow-400 dark:text-gray-300" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="Visible only to moderators"></i>
@ -31,7 +31,6 @@
</li>
</ul>
</li>
{% if v.id != u.id %}
<li>
<div class="label text-black dark:text-gray-200">Custom flair</div>
<form id="sidebar-flair-change" action="/admin/title_change/{{u.id}}" method="post">
@ -57,7 +56,6 @@
</button>
</form>
</li>
{% endif %}
</ul>
</div>
<div class="relative my-4 px-4 py-3 rounded-md border border-red-300 dark:border-gray-700 bg-red-100 dark:bg-gray-700/40 group">