From 945110071a41039022b3e17cb3ecef9976ab5c46 Mon Sep 17 00:00:00 2001 From: pluja Date: Thu, 1 Oct 2020 12:02:26 +0200 Subject: [PATCH] Use safe html formatting --- app/templates/_twitter_post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/_twitter_post.html b/app/templates/_twitter_post.html index e140d34..a882b47 100644 --- a/app/templates/_twitter_post.html +++ b/app/templates/_twitter_post.html @@ -20,7 +20,7 @@ {%endif%}
-

{{post.content}}

+

{{post.content | safe}}

{% if post.attachedImg %} @@ -32,7 +32,7 @@
{{post.replyingUser}}
{{post.replyingUser}}
- {{post.replyingTweetContent}} + {{post.replyingTweetContent | safe}} {% if post.replyAttachedImg %} Image attachment {% endif %}