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 %}