From be07f320f872c9be90d9fbc53aba8fadadc35396 Mon Sep 17 00:00:00 2001 From: Jay Parikh Date: Thu, 19 Jul 2012 19:25:52 +0530 Subject: changed the UI to seperate the main video and removed thumbnails --- stapp/templates/base.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'stapp/templates/base.html') diff --git a/stapp/templates/base.html b/stapp/templates/base.html index 11e0925..c151a5c 100644 --- a/stapp/templates/base.html +++ b/stapp/templates/base.html @@ -22,6 +22,7 @@ padding: 9px 0; } + {% block css %} {% endblock %} @@ -30,6 +31,7 @@ padding: 9px 0; + -
- {% block video %} - {% endblock %} -
+ +
+
+
+
+ {% block video %} + {% endblock %} +
+
+ {% block video_description%} + {% endblock %} +
+
+
+
+ {% block module_list %} + {% endblock %} +
+
+ +
-- cgit