diff --git a/files/templates/comments.html b/files/templates/comments.html index 1ce24af818..1c5f265b92 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -196,7 +196,7 @@ {% if c.is_blocked %}{% endif %} {% if c.ghost %} - 👻 + 👻 {% else %} {% if SITE_NAME=='rDrama' and c.author.house %} House {{c.author.house}} diff --git a/files/templates/submission.html b/files/templates/submission.html index 721af93340..5401dddecb 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -702,7 +702,7 @@ {% endif %} {% if p.ghost %} - 👻 + 👻 {% else %} {% if SITE_NAME=='rDrama' and p.author.house %} House {{p.author.house}} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 8138e3f433..10ca19de56 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -178,7 +178,7 @@ {% endif %} {% if p.ghost %} - 👻 + 👻 {% else %} {% if SITE_NAME=='rDrama' and p.author.house %} House {{p.author.house}}