From 6c2fa5dc986fc3ea548f79e713eb2def052a585d Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Wed, 18 Jul 2012 16:09:46 +0530 Subject: Changed image to thumbnail in module list --- stapp/templates/video/home.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'stapp/templates/video/home.html') diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index b35ab12..0bd09bb 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -30,9 +30,7 @@ function myfunction(video,image)

{{module.name}}

{% for video in module.video_list.all %} - - - {{video.name}} + {{video.name}} {% endfor %} -- cgit