forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 21:19:52 -06:00
parent 88223a414b
commit 0a3aa942bd
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<ul class="flex flex-col mt-3 mb-0 space-y-4">
{% if v.admin_level > 2 %}
<li class="flex space-x-2">
<button class="btn btn-red" onclick="postToast('/@{{u.username}}/remove_admin')">
<button class="btn btn-red" onclick="postToast('/@{{u.username}}/remove_admin'); this.disabled = true">
<i class="fas fa-user-slash fa-sm fa-fw mr-2"></i>
Revoke Admin Permissions
</button>