Changeset 794 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 8 Nov 2006, 18:32:55 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_edit.py
r788 r794 41 41 psm = "" 42 42 args = {} 43 action = "/application_edit_view" 43 action = "/application_edit_form" 44 base_url = app.absolute_url() 44 45 if cpsdocument_edit_button: 45 46 if is_valid: … … 52 53 if is_valid: 53 54 action = "/request_clearance" 55 base_url = clear.absolute_url() 54 56 else: 55 57 psm = 'psm_content_error' 56 58 args['portal_status_message'] = psm 57 url = app.absolute_url()+ action + '?' + urlencode(args)59 url = base_url + action + '?' + urlencode(args) 58 60 REQUEST.RESPONSE.redirect(url) -
WAeUP_SRP/trunk/skins/waeup_student/application_edit_form.pt
r788 r794 6 6 request=request, proxy=info['app'], 7 7 use_session=True, no_form=True)"> 8 <metal:body use-macro="here/ main_template/macros/master">8 <metal:body use-macro="here/waeup_content_master/macros/master"> 9 9 <metal:main fill-slot="main"> 10 10 <span tal:condition="not: info">
Note: See TracChangeset for help on using the changeset viewer.