fixed a bug anoop
authornishanth
Fri, 16 Jul 2010 19:01:26 +0530
branchanoop
changeset 110 01b5184402c8
parent 109 ad82433ae8a2
child 111 45f844723b7a
fixed a bug
sdi/views.py
--- a/sdi/views.py	Fri Jul 16 18:59:55 2010 +0530
+++ b/sdi/views.py	Fri Jul 16 19:01:26 2010 +0530
@@ -143,7 +143,7 @@
         render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, 
                                                 "not_confirmed":not_confirmed_ppl,
                                                 "not_selected":not_selected_ppl,
-                                               }
+                                               })
 
 
 def confirm_wsp_participation(request, uid):