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 %}