source: WAeUP_SRP/trunk/skins/waeup_student/passport_entry_view.pt @ 608

Last change on this file since 608 was 607, checked in by Henrik Bettermann, 18 years ago

application object must be closed after application for admission

File size: 714 bytes
Line 
1<metal:html tal:define="info context/getStudentInfo">
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4      <span tal:condition="not: info">
5        <metal:block use-macro="here/error_not_found/macros/not_found" />
6      </span>
7      <span tal:condition="info"
8            tal:define="review_state info/review_state">
9        <h3>Upload your Passport Picture!</h3>
10        <br />
11        <span tal:omit-tag=""
12              tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
13              layout_mode='edit',
14              layout_id='student_application_fe')"
15              />
16      </span>
17    </metal:main>
18  </metal:body>
19</metal:html>
Note: See TracBrowser for help on using the repository browser.