From a9eac657264e87333f03c2c210020e2955a01012 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 31 Aug 2021 22:11:13 +0200 Subject: [PATCH] fdfd --- files/templates/userpage.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %} +