From beca235f08170e2e65eec870b59df5c287c1b35f Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 25 Jul 2012 20:55:03 +0200 Subject: [PATCH] fix icons, fix many STATIC_URLs --- teleforma/templates/teleforma/inc/media_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/templates/teleforma/inc/media_list.html b/teleforma/templates/teleforma/inc/media_list.html index 324369c1..8f4b1172 100644 --- a/teleforma/templates/teleforma/inc/media_list.html +++ b/teleforma/templates/teleforma/inc/media_list.html @@ -40,9 +40,9 @@ {% if media.is_published and user.is_staff %} - + {% elif not media.is_published and user.is_staff %} - + {% endif %} {% if media.item.file %} -- 2.39.5