upload/views.py
changeset 17 08a47999f316
parent 15 2dbb5e797989
child 18 07408d1ced76
--- a/upload/views.py	Thu Sep 03 00:17:30 2009 +0530
+++ b/upload/views.py	Thu Sep 03 17:31:12 2009 +0530
@@ -26,3 +26,9 @@
     c = Context()
     return render_to_response(template_name,
 			  {'form': ParticipantForm(), 'value': True,})
+			  
+def submission(request, template_name='submission.html'):
+    '''
+        view to return the submitted videos
+    '''
+    pass