Changeset 1344 for WAeUP_SRP/trunk
- Timestamp:
- 23 Jan 2007, 17:35:37 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py
r1285 r1344 1 ## Script (Python) "logged_in"1 z## Script (Python) "logged_in" 2 2 ##bind container=container 3 3 ##bind context=context … … 109 109 app_doc.edit(mapping = da) 110 110 if s_review_state == "application_pin_entered": 111 r direct_url = "%s/application_edit_form" % student.absolute_url()111 redirect_url = "%s/application_edit_form" % student.absolute_url() 112 112 elif s_review_state in ('admitted', 'objection_raised',): 113 113 redirect_url = "%s/admission_form" % student.absolute_url() 114 114 elif s_review_state == "clearance_pin_entered": 115 115 redirect_url = "%s/clearance_edit_form" % student.absolute_url() 116 if s_review_state == "returning":116 elif s_review_state == "returning": 117 117 redirect_url = "%s/session_results_view" % student.absolute_url() 118 118 else:
Note: See TracChangeset for help on using the changeset viewer.