sdi/views.py
branchanoop
changeset 110 01b5184402c8
parent 108 9363e5121f9b
child 111 45f844723b7a
equal deleted inserted replaced
109:ad82433ae8a2 110:01b5184402c8
   141         pass
   141         pass
   142     else:
   142     else:
   143         render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, 
   143         render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, 
   144                                                 "not_confirmed":not_confirmed_ppl,
   144                                                 "not_confirmed":not_confirmed_ppl,
   145                                                 "not_selected":not_selected_ppl,
   145                                                 "not_selected":not_selected_ppl,
   146                                                }
   146                                                })
   147 
   147 
   148 
   148 
   149 def confirm_wsp_participation(request, uid):
   149 def confirm_wsp_participation(request, uid):
   150     """ match id versus email and take lappy details.
   150     """ match id versus email and take lappy details.
   151     """
   151     """