From 39ad92456ba8a97274bc60aab03117d281b48b61 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 23 Aug 2023 01:12:50 +0300 Subject: [PATCH] fix wrong icon being used --- files/templates/post_actions.html | 2 +- files/templates/post_actions_mobile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 8cb2efbe1c..0dafd30f08 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -1,5 +1,5 @@ {% if v and v.id==p.author_id and p.private %} - + {% endif %} diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 6eaec6f59e..62e8988d76 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -1,6 +1,6 @@ {% if v and v.id==p.author_id and p.private %} {% endif %}