diff --git a/templates/threads.html b/templates/threads.html index 1ed17fd..c67ab07 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -68,9 +68,14 @@
{{thread.content | safe}} - {% for media in thread.media_attachments%} + {% for media in thread.media_attachments %} {% if media.type == 'image'%} + {% elif media.type == 'gifv' %} + {% endif %} {% endfor %}
@@ -87,6 +92,11 @@ {% for media in descendant.media_attachments%} {% if media.type == 'image'%} + {% elif media.type == 'gifv' %} + {% endif %} {% endfor %}