Last change
on this file since 790 was
788,
checked in by joachim, 18 years ago
|
added email to checkadmission-form, first draft of clearance_edit
|
File size:
931 bytes
|
Rev | Line | |
---|
[788] | 1 | <metal:html tal:define="info context/getStudentInfo; |
---|
| 2 | rendered_main python:info['app_doc'].render(layout_mode='edit', |
---|
| 3 | proceed = request.get('proceed'), |
---|
| 4 | schema_id = 'student_application', |
---|
| 5 | layout_id = 'student_application_fe', |
---|
| 6 | request=request, proxy=info['app'], |
---|
| 7 | use_session=True, no_form=True)"> |
---|
| 8 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 9 | <metal:main fill-slot="main"> |
---|
| 10 | <span tal:condition="not: info"> |
---|
| 11 | <metal:block use-macro="here/error_not_found/macros/not_found" /> |
---|
| 12 | </span> |
---|
| 13 | <span tal:condition="info" |
---|
| 14 | tal:define="review_state info/review_state"> |
---|
| 15 | <h3>Upload or Change your Passport Picture!</h3> |
---|
| 16 | <br /> |
---|
| 17 | <span tal:omit-tag="" tal:replace="structure rendered_main"/> |
---|
| 18 | </span> |
---|
| 19 | </metal:main> |
---|
| 20 | </metal:body> |
---|
| 21 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.