# HG changeset patch # User nishanth # Date 1279308947 -19800 # Node ID 39cfefd9641c586fa9e901bd6305bfd97dbc1259 # Parent 269ce2dfd428d34cecd724186b27735b10ef4b66 fixed a bug diff -r 269ce2dfd428 -r 39cfefd9641c sdi/views.py --- a/sdi/views.py Sat Jul 17 01:02:55 2010 +0530 +++ b/sdi/views.py Sat Jul 17 01:05:47 2010 +0530 @@ -168,7 +168,7 @@ raise Http404 user_info = user.registrantinfo_set.all()[0] - status = user_info.status_of_attending_workshop + status = user_info.status_of_attending_sagedays if status == "3": return render_to_response("attending_wsp.html") elif status != "2":