master
kek7198 2021-12-27 19:09:23 -06:00
parent 6d2d68651e
commit 402ec9ba8f
1 changed files with 23 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">
Manage User
</h2>
<ul class="flex flex-col mt-3">
<ul class="flex flex-col mt-3 mb-0">
<li class="flex space-x-2">
<input type="checkbox" value="verify" class="w-5 h-5">
<div class="mt-[-1px]">
@ -54,6 +54,28 @@
</div>
</li>
</ul>
</div>
<div class="relative my-4 px-4 py-3 rounded-md border border-red-400 dark:border-gray-700 bg-red-100 dark:bg-gray-700/40">
<span class="absolute top-2 right-2 text-base">
<i class="fas fa-crown fa-sm text-red-400 dark:text-gray-300" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="Visible only to moderators"></i>
</span>
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">
Manage User (Danger Zone)
</h2>
<ul class="flex flex-col mt-3 mb-0">
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5">
<div class="mt-[-1px]">
<label class="label text-red-700 mb-0" for="club">Admin</label>
<small class="block text-red-600 dark:text-gray-400">
Make @{{ u.username }} an admin.
</small>
</div>
</li>
<li>
<hr class="my-3 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
</li>
</ul>
</div>
{% endif %}