upload/views.py
changeset 17 08a47999f316
parent 15 2dbb5e797989
child 18 07408d1ced76
equal deleted inserted replaced
16:a5bbfbe5feb1 17:08a47999f316
    24         else:
    24         else:
    25             return render_to_response(template_name, {'form': form, 'value': True,})
    25             return render_to_response(template_name, {'form': form, 'value': True,})
    26     c = Context()
    26     c = Context()
    27     return render_to_response(template_name,
    27     return render_to_response(template_name,
    28 			  {'form': ParticipantForm(), 'value': True,})
    28 			  {'form': ParticipantForm(), 'value': True,})
       
    29 			  
       
    30 def submission(request, template_name='submission.html'):
       
    31     '''
       
    32         view to return the submitted videos
       
    33     '''
       
    34     pass