Changeset 799 for WAeUP_SRP/trunk/skins
- Timestamp:
- 9 Nov 2006, 07:37:02 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_edit.py
r798 r799 30 30 app = info['app'] 31 31 app_doc = info['app_doc'] 32 clear = info['clear']33 clear_doc = info['clear_doc']34 32 state = context.getStudentInfo()['review_state'] 35 33 is_valid, ds = app_doc.validate(request=REQUEST, … … 56 54 if is_valid: 57 55 action = "/start_clearance" 58 base_url = clear.absolute_url() 56 base_url = student.absolute_url() 57 url = base_url + action 58 return REQUEST.RESPONSE.redirect(url) 59 59 else: 60 60 args['portal_status_message'] = 'psm_content_error' -
WAeUP_SRP/trunk/skins/waeup_student/check_admission.py
r797 r799 25 25 layout_mode='create', 26 26 formaction = "check_admission", 27 button = "Check Admission",27 button = "Check", 28 28 ) 29 29 if psm == 'invalid': -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_edit.pt
r788 r799 122 122 tal:condition="not:creation" /> 123 123 <input type="submit" class="standalone" name="proceed" 124 value=" apply for admission"124 value="proceed" 125 125 id="cpsdocument_edit_and_view_button" 126 126 tal:condition="proceed"
Note: See TracChangeset for help on using the changeset viewer.