fixed a typo anoop
authornishanth
Wed, 14 Jul 2010 20:19:10 +0530
branchanoop
changeset 88 33200c7d163a
parent 87 911b9d0ea105
child 89 b8fc66038d0d
fixed a typo
sdi/views.py
--- 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: