From 92a7668ae75e6b6244083dc56cdf50567f72086e Mon Sep 17 00:00:00 2001 From: Jay Parikh Date: Mon, 23 Jul 2012 15:27:25 +0530 Subject: modification to change the description and name of the video being played --- stapp/templates/video/home.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'stapp/templates/video/home.html') diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index 275a77a..80cc29b 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -6,15 +6,12 @@ {% block script %} {% endblock %} @@ -38,7 +35,13 @@ function myfunction(video,image)

{{module.name}}

{{module.description|safe}}
{% for video in module.video_list.all %} - {{video.name}} + + + {{video.name}} + + +
{% endfor %}
{% endfor %} @@ -50,7 +53,7 @@ function myfunction(video,image)

{{module.name}}

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