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