master
kek7198 2021-12-27 21:04:14 -06:00
parent e69f2c124f
commit 4bcb552764
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
</h2>
<ul class="flex flex-col mt-3 mb-0 space-y-4">
<li class="flex space-x-2">
<input type="checkbox" value="verify" class="w-5 h-5">
<input type="checkbox" value="verify" class="w-5 h-5" onchange="verifyBadge(this,'{{u.id}}')" {% if u.verified %}checked{% endif %}>
<div class="mt-[-1px]">
<label class="label mb-0" for="verify">Verify</label>
<small class="block text-gray-600 dark:text-gray-400">
@ -18,7 +18,7 @@
</div>
</li>
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5" onchange="clubAccess(this,'{{ u.username }}')" {% if u.paid_dues %}checked{% endif %}>
<input type="checkbox" value="club" class="w-5 h-5" onchange="clubAccess(this,'{{u.username}}')" {% if u.paid_dues %}checked{% endif %}>
<div class="mt-[-1px]">
<label class="label mb-0" for="club">Country Club Access</label>
<small class="block text-gray-600 dark:text-gray-400">
@ -27,7 +27,7 @@
</div>
</li>
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5" onchange="memeAdmin(this,'{{ u.username }}')" {% if u.admin_level == 1%}checked{% endif %}>
<input type="checkbox" value="club" class="w-5 h-5" onchange="memeAdmin(this,'{{u.username}}')" {% if u.admin_level == 1%}checked{% endif %}>
<div class="mt-[-1px]">
<label class="label mb-0" for="club">Meme Moderator</label>
<small class="block text-gray-600 dark:text-gray-400">
@ -42,7 +42,7 @@
<i class="fas fa-exclamation-triangle 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. Recommend internal mod discussion before making changes here."></i>
</span>
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">
Manage User (Danger Zone)
Danger Zone
</h2>
<ul class="flex flex-col mt-3 mb-0">
<li class="flex space-x-2">