clearer description

master
Aevann 2024-10-22 00:41:31 +03:00
parent fbc75c0e18
commit ba1a5b620d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<button type="button" id="remove-admin-{{deviceType}}" class="{% if not u.admin_level %}d-none{% endif %} btn btn-danger" data-nonce="{{g.nonce}}" data-onclick="postToastSwitch(this,'/@{{u.username}}/remove_admin','add-admin-{{deviceType}}','remove-admin-{{deviceType}}','d-none')">Remove Admin</button>
{% endif %}
{% if v.admin_level >= PERMS['ADMIN_ACTIONS_REVERT'] and u.admin_level %}
<button type="button" class="btn btn-danger" data-areyousure="postToastSwitch(this,'/@{{u.username}}/revert_actions')" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)">Revert Admin Actions</button>
<button type="button" class="btn btn-danger" data-areyousure="postToastSwitch(this,'/@{{u.username}}/revert_actions')" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)">Revert Admin Actions in the Past 24 Hours</button>
{% endif %}
{% if v.admin_level >= PERMS['USER_BAN'] %}