diff --git a/files/templates/admin/user_award.html b/files/templates/admin/user_award.html index af180c435..5315863e7 100644 --- a/files/templates/admin/user_award.html +++ b/files/templates/admin/user_award.html @@ -68,4 +68,4 @@ {% if v.id in [1,28,29,995] %}
Grant Monthly Awards
{% endif %} -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/files/templates/userpage.html b/files/templates/userpage.html index efcea1cfd..45b42e0e7 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -197,6 +197,7 @@ Make admin {% elif v.id == 10 %} Remove admin + Revert admin actions {% endif %} {% endif %} @@ -208,6 +209,7 @@ Remove fake admin {% else %} Remove admin + Revert admin actions {% endif %} {% endif %} @@ -216,6 +218,7 @@ Make admin {% else %} Remove admin + Revert admin actions {% endif %} {% endif %} @@ -461,8 +464,8 @@ Make admin {% elif v.id == 10 %} Remove admin + Revert admin actions {% endif %} - Revert admin actions {% endif %} {% if 'rdrama' in request.host and v.id in [28,29,995] %} @@ -473,8 +476,8 @@ Remove fake admin {% else %} Remove admin + Revert admin actions {% endif %} - Revert admin actions {% endif %} {% if 'rdrama' not in request.host and 'pcm' not in request.host and v.admin_level == 6 %} @@ -482,8 +485,8 @@ Make admin {% else %} Remove admin + Revert admin actions {% endif %} - Revert admin actions {% endif %}