uncommented the sending email thingy anoop
authornishanth
Wed, 21 Jul 2010 14:32:57 +0530
branchanoop
changeset 151 c5915459e48b
parent 150 c5afcbaab4e6
child 152 86bfdb64edb5
uncommented the sending email thingy
sdi/views.py
--- a/sdi/views.py	Wed Jul 21 12:57:58 2010 +0530
+++ b/sdi/views.py	Wed Jul 21 14:32:57 2010 +0530
@@ -230,7 +230,7 @@
         user_info.status_of_attending_sagedays = "3"
         user_info.save()
 
-        #send_cnf_email(user)
+        send_cnf_email(user)
 
         return render_to_response("attending_sgd.html", {"user":user})
     else: