fixed a typo and improvised the view anoop
authornishanth
Sat, 17 Jul 2010 01:44:41 +0530
branchanoop
changeset 129 b5dfde8e43a9
parent 128 16b3557b4260
child 130 384049c3bcb8
fixed a typo and improvised the view
sdi/views.py
templates/cnf_sgd_ptc.html
--- a/sdi/views.py	Sat Jul 17 01:42:30 2010 +0530
+++ b/sdi/views.py	Sat Jul 17 01:44:41 2010 +0530
@@ -218,7 +218,11 @@
         participant_info.has_laptop_for_sagedays = True if data['has_laptop'] == "Yes" else False
         participant_info.sprinted_already = True if data['sprinted_already'] == "Yes" else False
         participant_info.will_sprint = data['will_sprint']
-        user_info.status_of_attending_sagedays 
+        participant_info.save()
+
+        user_info.status_of_attending_sagedays = "3"
+        user_info.save()
+
         return render_to_response("attending_sgd.html")
     else:
         return render_to_response("cnf_sgd_ptc.html", {"user":user})
--- a/templates/cnf_sgd_ptc.html	Sat Jul 17 01:42:30 2010 +0530
+++ b/templates/cnf_sgd_ptc.html	Sat Jul 17 01:44:41 2010 +0530
@@ -12,8 +12,8 @@
 <br />
 <form action="?email={{user.email}}" method=post>
 		Will you bring your own laptop for Sage Days 25:
-		<ul><li><input type="radio" name="has_laptop_for_sagedays" value="Yes" /> Yes </li>
-		<li><input type="radio" name="has_laptop_for_sagedays" value="No" /> No </li></ul>
+		<ul><li><input type="radio" name="has_laptop" value="Yes" /> Yes </li>
+		<li><input type="radio" name="has_laptop" value="No" /> No </li></ul>
 
 Have you participated in any kind of coding sprints:
 <ul><li><input type="radio" name="sprinted_already" value="Yes" /> Yes </li>