From 6c1237eaa6a09373c0989e0320023bb5f20f5ea1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 28 Sep 2022 12:06:23 +0200 Subject: [PATCH] remove hand pointer from exile symbol --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 8100014e5..dfd050576 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -131,7 +131,7 @@ {% if c.post %} {% set sub = c.post.sub %} {% if sub and c.author.exiled_from(sub) %} - + {% endif %} {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index f9d7b1494..d53ad54c7 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -629,7 +629,7 @@ {% endif %} {% if p.sub and p.author.exiled_from(p.sub) %} - + {% endif %} {% if p.bannedfor %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 76254ac42..c7488e78c 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -122,7 +122,7 @@ {% endif %} {% if p.sub and p.author.exiled_from(p.sub) %} - + {% endif %} {% if p.bannedfor %}