Changeset 1009 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 7 Dec 2006, 21:14:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py
r1006 r1009 49 49 50 50 if redirect_url.endswith('/logged_out'): 51 redirect_to_portal = True 51 redirect_to_portal = True 52 52 else: 53 53 if not is_anon: … … 113 113 #if info['review_state'] == "application_pin_entered": 114 114 if s_review_state == "application_pin_entered": 115 return response.redirect("%s/application_edit " % student.absolute_url())115 return response.redirect("%s/application_edit_form" % student.absolute_url()) 116 116 #elif info['review_state'] == "admitted": 117 117 elif s_review_state == "admitted": … … 119 119 #elif info['review_state'] == "clearance_pin_entered": 120 120 elif s_review_state == "clearance_pin_entered": 121 return response.redirect("%s/clearance_edit " % student.absolute_url())121 return response.redirect("%s/clearance_edit_form" % student.absolute_url()) 122 122 return response.redirect("%s/student_index" % student.absolute_url()) 123 123
Note: See TracChangeset for help on using the changeset viewer.