sdi/views.py
branchanoop
changeset 152 86bfdb64edb5
parent 151 c5915459e48b
child 153 55f338569133
equal deleted inserted replaced
151:c5915459e48b 152:86bfdb64edb5
   157     else:
   157     else:
   158         return render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, 
   158         return render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, 
   159                                                 "not_confirmed":not_confirmed_ppl,
   159                                                 "not_confirmed":not_confirmed_ppl,
   160                                                 "not_selected":not_selected_ppl,
   160                                                 "not_selected":not_selected_ppl,
   161                                                })
   161                                                })
       
   162 
       
   163 def send_acco_confirm(request):
       
   164     """ display list of confirmed participants who requested for accomodation
       
   165     and let the admin decide.
       
   166     """
       
   167     pass
   162 
   168 
   163 def confirm_wsp_participation(request, uid):
   169 def confirm_wsp_participation(request, uid):
   164     """ match id versus email and take lappy details.
   170     """ match id versus email and take lappy details.
   165     """
   171     """
   166 
   172