diff --git a/files/templates/admin/app.html b/files/templates/admin/app.html
index a4bf4106a..6c6e9dd10 100644
--- a/files/templates/admin/app.html
+++ b/files/templates/admin/app.html
@@ -34,12 +34,12 @@
diff --git a/files/templates/settings_filters.html b/files/templates/settings_filters.html
index 30889547a..15c967574 100644
--- a/files/templates/settings_filters.html
+++ b/files/templates/settings_filters.html
@@ -25,7 +25,7 @@
@@ -63,7 +63,7 @@
{% for entry in ["hour", "day", "week", "month", "year", "all"] %}
- {{entry}}
+ {{entry}}
{% endfor %}
diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html
index 5df4b34d8..22d7d8525 100644
--- a/files/templates/user_listing.html
+++ b/files/templates/user_listing.html
@@ -13,9 +13,9 @@
{% if v %}
{% if v.id!=u.id and not u.is_private and not u.is_nofollow %}
-
+
-
+
{% endif %}
{% else %}
diff --git a/files/templates/userpage.html b/files/templates/userpage.html
index d1ab52f2e..39a881b77 100644
--- a/files/templates/userpage.html
+++ b/files/templates/userpage.html
@@ -202,22 +202,22 @@
{% endif %}
{% if 'rdrama' in request.host and v.id in [1,12,28,29,747,995] %}
- {% if u.admin_level == 0 %}
-
Make admin
-
Make fake admin
- {% elif u.admin_level == 1 %}
-
Remove fake admin
- {% else %}
-
Remove admin
+
Make admin
+
Remove admin
+
+
Make admin
+
Remove admin
+
+ {% if u.admin_level == 6 %}
Revert admin actions
{% 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
+
Make admin
+
Remove admin
+
+ {% if u.admin_level %}
Revert admin actions
{% endif %}
{% endif %}
@@ -295,31 +295,25 @@
- {% if u.agendaposter %}
-
Disable Agendaposter Theme
- {% else %}
-
- {% endif %}
-
-
-
- {% if u.shadowbanned %}
-
Unshadowban
- {% else %}
-
Shadowban
- {% endif %}
+
+
+
Disable Agendaposter Theme
- {% if u.verified %}
-
Unverify
- {% else %}
-
Verify
- {% endif %}
+
Shadowban
+
+
Unshadowban
+
+
+
+
+
Verify
+
Unverify
- {% endif %}
-
+
+
+
Disable Agendaposter Theme
+
- {% if u.shadowbanned %}
-
Unshadowban
- {% else %}
-
Shadowban
- {% endif %}
-
- {% if u.verified %}
-
Unverify
- {% else %}
-
Verify
- {% endif %}
+
Shadowban
+
+
Unshadowban
+
+
+
+
+
Verify
+
Unverify