sdi/views.py
branchanoop
changeset 154 5cd25b1093ad
parent 153 55f338569133
child 155 c688c24392bf
equal deleted inserted replaced
153:55f338569133 154:5cd25b1093ad
   181         pass
   181         pass
   182     else:
   182     else:
   183         return render_to_response("send_acco_cnf.html", {"rejected": rejected_ppl,
   183         return render_to_response("send_acco_cnf.html", {"rejected": rejected_ppl,
   184                                                         "selected_not_confirmed":selected_not_confirmed_ppl,
   184                                                         "selected_not_confirmed":selected_not_confirmed_ppl,
   185                                                         "selected_confirmed":selected_confirmed_ppl,
   185                                                         "selected_confirmed":selected_confirmed_ppl,
   186                                                         "not_selected":not_confirmed_ppl,
   186                                                         "not_selected":not_selected_ppl,
   187                                                        })
   187                                                        })
   188 
   188 
   189 
   189 
   190 
   190 
   191 
   191