diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index b860bc080..9bb2dadb8 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -67,6 +67,10 @@ {% endif %} + {% if v.id != p.author_id and p.sub %} + + + {% endif %} {% if p.sub and v.mods(p.sub) %} {% if not p.author.mods(p.sub) %} diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 9b7d7ddc4..cd00fc806 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -44,9 +44,13 @@ {% else %} {% if not p.ghost %} - + {% endif %} + {% if p.sub %} + + + {% endif %} {% endif %} {% if v.id==p.author_id or (p.sub and v.mods(p.sub)) %}