sdi/views.py
branchanoop
changeset 88 33200c7d163a
parent 87 911b9d0ea105
child 90 1a6e1af98624
--- a/sdi/views.py	Wed Jul 14 20:16:43 2010 +0530
+++ b/sdi/views.py	Wed Jul 14 20:19:10 2010 +0530
@@ -113,7 +113,7 @@
     send a confirmation mail to them if not sent.
     """
 
-    matches = Registrant.objects.filter(need_for_python_workshop=True, registrantinfo__status_of_attending_workshop="0")
+    matches = Registrant.objects.filter(need_for_python_workshop=True, registrantinfo__status_of_attending_workshop="1")
     if request.method == "POST":
         pass
     else: