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