diff -r 911b9d0ea105 -r 33200c7d163a 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: