diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 342302e0b..602ddc4b2 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -202,16 +202,8 @@ Block - {% if v.admin_level >= PERMS['ADMIN_ADD'] and SITE != 'rdrama.net' %} - Make admin - {% endif %} - {% if v.admin_level >= PERMS['ADMIN_REMOVE'] %} - Remove admin - {% endif %} - - {% if v.admin_level >= PERMS['ADMIN_ACTIONS_REVERT'] and u.admin_level %} - Revert admin actions - {% endif %} + {{ userpage_admintools.userAdminToolsUpper('desktop') }} +