diff --git a/ruqqus/templates/comments.html b/ruqqus/templates/comments.html index cd4ad8aa4..b06f60afb 100644 --- a/ruqqus/templates/comments.html +++ b/ruqqus/templates/comments.html @@ -242,7 +242,9 @@
  • Votes
  • + {% if v and v.id!=p.author_id %}
  • Ban user
  • + {% endif %} {% if v and c.id in v.saved_comment_idlist() %}
  • Unsave
  • @@ -449,7 +451,9 @@
  • Votes
  • + {% if v and v.id!=p.author_id %}
  • Ban user
  • + {% endif %} {% if v and c.id in v.saved_comment_idlist() %}
  • Unsave
  • diff --git a/ruqqus/templates/submission.html b/ruqqus/templates/submission.html index 057fc4bdc..bad578870 100644 --- a/ruqqus/templates/submission.html +++ b/ruqqus/templates/submission.html @@ -132,7 +132,9 @@ + {% if v and v.id!=p.author_id %} + {% endif %} {% if v and p.id in v.subscribed_idlist() %} @@ -322,7 +324,9 @@
  • Votes
  • + {% if v and v.id!=p.author_id %}
  • Ban user
  • + {% endif %}
  • Copy link
  • diff --git a/ruqqus/templates/submission_listing.html b/ruqqus/templates/submission_listing.html index 10e207505..1cf417a47 100644 --- a/ruqqus/templates/submission_listing.html +++ b/ruqqus/templates/submission_listing.html @@ -192,7 +192,9 @@
  • Votes
  • + {% if v and v.id!=p.author_id %}
  • Ban user
  • + {% endif %}
  • Copy link
  • @@ -372,7 +374,9 @@