diff --git a/files/templates/comments.html b/files/templates/comments.html
index 1c5f265b9..88fb6f825 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -649,11 +649,6 @@
{% if c.author_id == v.id %}
Edit
-
- {% if v.admin_level == 1 %}
- Distinguish
- Undistinguish
- {% endif %}
Undelete
diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html
index d60a35e7f..d4f291fd0 100644
--- a/files/templates/post_actions_mobile.html
+++ b/files/templates/post_actions_mobile.html
@@ -22,11 +22,6 @@
{% if v.id==p.author_id %}
- {% if v.admin_level == 1 %}
-
-
- {% endif %}
-
{% if request.path.startswith('/@') %}
diff --git a/files/templates/userpage.html b/files/templates/userpage.html
index 9870c34a7..42e7905da 100644
--- a/files/templates/userpage.html
+++ b/files/templates/userpage.html
@@ -70,7 +70,7 @@
{% endif %}
- {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %}
+ {% if u.admin_level > 1 %}
@@ -390,7 +390,7 @@
{% endif %}
- {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %}
+ {% if u.admin_level > 1 %}