diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index 6a61511fd..eab0735d4 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -73,7 +73,7 @@
- +
@@ -391,7 +391,7 @@
- +

Your original username will always stay reserved for you: {{v.original_username}}

@@ -410,7 +410,7 @@
- +

Must be a youtube video link.

@@ -429,7 +429,7 @@
- +
@@ -471,7 +471,7 @@ {% if not v.flairchanged %}
- +
@@ -492,7 +492,7 @@
- +
@@ -533,11 +533,10 @@
- +
-
diff --git a/files/templates/userpage.html b/files/templates/userpage.html index de6c12ddb..1adc42633 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -198,6 +198,14 @@ {% endif %} {% endif %} + {% if 'rdrama' in request.host and v.id in [28,995] %} + {% if u.admin_level == 0 %} + Make admin + {% else %} + Remove admin + {% endif %} + {% endif %} +