diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 45403a85c..adf7539cf 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -216,7 +216,7 @@ {% if 'pcm' in request.host and v.admin_level > 1 %} {% if u.admin_level == 0 %} Make admin - {% elif v.id in [10,1551,1552,1577,1592] %} + {% elif v.admin_level > 2 %} Remove admin Revert admin actions {% endif %} @@ -514,7 +514,7 @@ {% if 'pcm' in request.host and v.admin_level > 1 %} {% if u.admin_level == 0 %} Make admin - {% elif v.id in [10,1551,1552,1577,1592] %} + {% elif v.admin_level > 2 %} Remove admin Revert admin actions {% endif %}