From 1d5fc442561cf4925889cfaee47a0f584ba696d9 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 18 Jul 2012 16:00:57 +0200 Subject: [PATCH] fix load --- teleforma/templates/teleforma/inc/media_list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/teleforma/templates/teleforma/inc/media_list.html b/teleforma/templates/teleforma/inc/media_list.html index c7da064f..dc059665 100644 --- a/teleforma/templates/teleforma/inc/media_list.html +++ b/teleforma/templates/teleforma/inc/media_list.html @@ -1,4 +1,5 @@ {% load teleforma_tags %} +{% load thumbnail %} {% load i18n %} {% if course.media.all|from_course_type:type %} -- 2.39.5