From 53d09a057ee5b5bfc74dfe93e92e20b74e4de10e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 26 May 2024 12:39:10 +0200 Subject: [PATCH] feat: show media on home page --- templates/card.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/card.html b/templates/card.html index 78fb786..2a1c5e1 100644 --- a/templates/card.html +++ b/templates/card.html @@ -25,7 +25,6 @@
{{thread.content | safe}} - {% if thread.descendants is defined %} {% for media in thread.media_attachments %} {% if media.type == 'image'%} @@ -53,7 +52,6 @@ {% endif %} {% endfor %} - {% endif %} {% if thread.media_attachments|length <= 0 and thread.card %}