diff --git a/files/templates/userpage.html b/files/templates/userpage.html index dd5279b4f..35f0aed47 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -211,7 +211,7 @@ {% if 'pcm' in request.host and v.admin_level == 6 %} {% if u.admin_level == 0 %} Make admin - {% elif v.id in [10,1577] %} + {% elif v.id in [10,1551,1552,1577,1592] %} Remove admin Revert admin actions {% endif %} @@ -503,7 +503,7 @@ {% if 'pcm' in request.host and v.admin_level == 6 %} {% if u.admin_level == 0 %} Make admin - {% elif v.id in [10,1577] %} + {% elif v.id in [10,1551,1552,1577,1592] %} Remove admin Revert admin actions {% endif %}