Changeset 607 for WAeUP_SRP/trunk/skins
- Timestamp:
- 2 Oct 2006, 05:31:35 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/passport_entry_view.pt
r535 r607 7 7 <span tal:condition="info" 8 8 tal:define="review_state info/review_state"> 9 <h3 tal:content="info/review_state|nothing"></h3> 9 <h3>Upload your Passport Picture!</h3> 10 <br /> 10 11 <span tal:omit-tag="" 11 12 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], -
WAeUP_SRP/trunk/skins/waeup_student/student_edit.py
r606 r607 74 74 args = {} 75 75 student.content_status_modify(workflow_action="apply_for_admission") 76 #wftool.doActionFor(app,'close',dest_container= app)76 wftool.doActionFor(app,'close',dest_container= app) 77 77 psm = 'You applied for admission.' 78 78 action = "/application_view"
Note: See TracChangeset for help on using the changeset viewer.