From 732932fd60a97aa313a2fbf52303b8be7650963c Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 12 Jan 2024 07:28:25 +0200 Subject: [PATCH] remove apparenctly unnecessary code --- files/templates/comments.html | 2 +- files/templates/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 152a86780..7e021917e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -247,7 +247,7 @@ {% set realbody = c.realbody(v) %} {% set tilt = c.award_count('tilt', v) %} -
+
{{realbody | safe}}
diff --git a/files/templates/post.html b/files/templates/post.html index 773f44a7f..2033c1d82 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -105,7 +105,7 @@ {% if not v_forbid_deleted %} {% set tilt = p.award_count('tilt', v) %} -
+
{% if p.realurl(v) and not p.is_image and not p.is_video and not p.is_audio %}