From febdcfe7b1aa3e6f1712f377cef25707f1fa9ab2 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 13 Nov 2024 19:49:33 +0200 Subject: [PATCH] do this https://watchpeopledie.tv/h/meta/post/56363/changelog-megathread/4753193#context --- files/templates/post_actions.html | 6 ++---- files/templates/post_actions_mobile.html | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 9fa7c0c96..9600ff066 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -28,10 +28,8 @@ {% endif %} {% if v and v.id == p.author_id %} - {% if request.path.startswith('/@') %} - - - {% endif %} + + diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index dfdd4f13b..70c9e475b 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -30,7 +30,7 @@ -{% if v.id == p.author_id and request.path.startswith('/@') %} +{% if v.id == p.author_id %} {% endif %}