Changeset 799


Ignore:
Timestamp:
9 Nov 2006, 07:37:02 (18 years ago)
Author:
Henrik Bettermann
Message:

3rd batch of repairs

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  
    3030app = info['app']
    3131app_doc = info['app_doc']
    32 clear = info['clear']
    33 clear_doc = info['clear_doc']
    3432state = context.getStudentInfo()['review_state']
    3533is_valid, ds = app_doc.validate(request=REQUEST,
     
    5654    if is_valid:
    5755        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)
    5959    else:
    6060        args['portal_status_message'] = 'psm_content_error'
  • WAeUP_SRP/trunk/skins/waeup_student/check_admission.py

    r797 r799  
    2525                      layout_mode='create',
    2626                      formaction = "check_admission",
    27                       button = "Check Admission",
     27                      button = "Check",
    2828                      )
    2929if psm == 'invalid':
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_edit.pt

    r788 r799  
    122122         tal:condition="not:creation" />
    123123  <input type="submit" class="standalone" name="proceed"
    124          value="apply for admission"
     124         value="proceed"
    125125         id="cpsdocument_edit_and_view_button"
    126126         tal:condition="proceed"
Note: See TracChangeset for help on using the changeset viewer.