From e0a984ae8d134fca20aab8f96b33f917a0a8eaaa Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 18 Jul 2012 16:36:52 +0200 Subject: [PATCH] fix --- teleforma/templates/teleforma/inc/media_list.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/teleforma/templates/teleforma/inc/media_list.html b/teleforma/templates/teleforma/inc/media_list.html index 5ac9c55d..d994f1db 100644 --- a/teleforma/templates/teleforma/inc/media_list.html +++ b/teleforma/templates/teleforma/inc/media_list.html @@ -14,13 +14,11 @@ - {% if media.item.related %} - {% thumbnail media.item.related.all.0.file "x230" as im %} + + {% thumbnail media.item.related.file "x230" as im %} snapshot {% endthumbnail %} - {% elif %} - snapshot - {% endif %} + -- 2.39.5