# HG changeset patch # User Amit Sethi # Date 1293615748 -19800 # Node ID f2b47f5dac064240cfb9cd5651897fe7d22d0532 # Parent 58f8580cb6419b0bf87727e025e2882dd3988644 Changes to put a download videos link and page on scipy.in diff -r 58f8580cb641 -r f2b47f5dac06 project/scipycon/talk/views.py --- a/project/scipycon/talk/views.py Tue Dec 28 22:43:17 2010 +0530 +++ b/project/scipycon/talk/views.py Wed Dec 29 15:12:28 2010 +0530 @@ -214,3 +214,12 @@ return render_to_response(template_name, RequestContext(request, { 'params': {'scope': scope}, })) + +def download_videos(request, scope): + """View that gives users the link to the videos + """ + + template_name = 'talk/download-videos.html' + return render_to_response(template_name, RequestContext(request, { + 'params': {'scope': scope}, + })) diff -r 58f8580cb641 -r f2b47f5dac06 project/templates/_menu.html --- a/project/templates/_menu.html Tue Dec 28 22:43:17 2010 +0530 +++ b/project/templates/_menu.html Wed Dec 29 15:12:28 2010 +0530 @@ -6,6 +6,11 @@ Download Slides (New) +
  • + + Download Videos (New) + +
  • Registration