diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 1adc426334..c05de02c31 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -190,7 +190,7 @@ Get them help Gift {{"COINS_NAME" | app_config}} - {% if 'rdrama' not in request.host and v.admin_level == 6 %} + {% if 'pcm' in request.host and v.admin_level == 6 %} {% if u.admin_level == 0 %} Make admin {% elif v.id == 10 %} @@ -206,6 +206,14 @@ {% endif %} {% endif %} + {% if 'rdrama' not in request.host and 'pcm' not in request.host and v.admin_level == 6 %} + {% if u.admin_level == 0 %} + Make admin + {% else %} + Remove admin + {% endif %} + {% endif %} +