Changeset 607 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
2 Oct 2006, 05:31:35 (18 years ago)
Author:
Henrik Bettermann
Message:

application object must be closed after application for admission

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  
    77      <span tal:condition="info"
    88            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 />
    1011        <span tal:omit-tag=""
    1112              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
  • WAeUP_SRP/trunk/skins/waeup_student/student_edit.py

    r606 r607  
    7474        args = {}
    7575        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)
    7777        psm = 'You applied for admission.'
    7878        action = "/application_view"
Note: See TracChangeset for help on using the changeset viewer.