From 8f6b571a7881b14e2a928c645e1c83e214378ac9 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 23 Jul 2012 01:04:36 +0200 Subject: [PATCH] fix media download url --- teleforma/templates/teleforma/inc/media_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/inc/media_list.html b/teleforma/templates/teleforma/inc/media_list.html index 8ebb75b1..6553bfe9 100644 --- a/teleforma/templates/teleforma/inc/media_list.html +++ b/teleforma/templates/teleforma/inc/media_list.html @@ -36,7 +36,7 @@ - {% if media.item.file %}{% endif %} + {% if media.item.file %}{% endif %} {% endif %} {% endif %} -- 2.39.5