sdi/views.py
changeset 23 2aae8293f3a7
parent 22 1df4b0e0d45c
child 24 f79be1dd4a22
equal deleted inserted replaced
22:1df4b0e0d45c 23:2aae8293f3a7
    21 def reg_complete(request):
    21 def reg_complete(request):
    22     """ Tell the registration is successful.
    22     """ Tell the registration is successful.
    23     """
    23     """
    24 
    24 
    25     return render_to_response("reg_complete.html")
    25     return render_to_response("reg_complete.html")
       
    26 
       
    27 def list_stats(request):
       
    28     """ List the statiscs of registered participants.
       
    29     """
       
    30 
       
    31     return redirect("/registration/complete")