master
kek7198 2021-12-27 21:08:16 -06:00
parent f13b10dd69
commit 0cd842e0ae
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
</h2>
<ul class="flex flex-col mt-3 mb-0 space-y-4">
<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="realAdmin(this,'{{u.username}}')" {% if u.admin_level > 1 %}checked{% endif %}>
<div class="mt-[-1px]">
<label class="label mb-0" for="club">Admin</label>
<small class="block text-gray-600 dark:text-gray-400">

View File

@ -457,5 +457,5 @@
</script>
{% endif %}
<script defer src="/assets/CHRISTMAS/js/userpage.js?a=4"></script>
<script defer src="/assets/CHRISTMAS/js/userpage.js?a=5"></script>
{% endblock %}