From 917a09101d1921132c481e846ce10d8b6fa2f62b Mon Sep 17 00:00:00 2001 From: pluja Date: Fri, 2 Oct 2020 16:19:39 +0200 Subject: [PATCH] Improves twitter feed images and quotations --- app/templates/_twitter_post.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/_twitter_post.html b/app/templates/_twitter_post.html index a882b47..2795c93 100644 --- a/app/templates/_twitter_post.html +++ b/app/templates/_twitter_post.html @@ -24,17 +24,17 @@
{% if post.attachedImg %} - Image attachment + Image attachment {% endif %} {% if post.isReply %}
-
{{post.replyingUser}}
-
{{post.replyingUser}}
+ +
{{post.replyingTweetContent | safe}} {% if post.replyAttachedImg %} - Image attachment + Image attachment {% endif %}