From 5745f73f6ce872af268c710fdb50ff2d737345a8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 30 May 2022 05:40:39 +0200 Subject: [PATCH] removed leftover meme janny shit --- files/templates/comments.html | 5 ----- files/templates/post_actions_mobile.html | 5 ----- files/templates/userpage.html | 4 ++-- 3 files changed, 2 insertions(+), 12 deletions(-) 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 %}