Line | |
---|
1 | <metal:html tal:define="info context/getStudentInfo; |
---|
2 | rendered_main python:info['app_doc'].renderEdit( |
---|
3 | request=request, |
---|
4 | layout_mode='edit', |
---|
5 | proxy=info['app'], |
---|
6 | no_form = True, |
---|
7 | schema_id = 'student_application', |
---|
8 | layout_id='student_application_fe', |
---|
9 | )"> |
---|
10 | <metal:body use-macro="here/main_template/macros/master"> |
---|
11 | <metal:main fill-slot="main"> |
---|
12 | <span tal:condition="not: info"> |
---|
13 | <metal:block use-macro="here/error_not_found/macros/not_found" /> |
---|
14 | </span> |
---|
15 | <span tal:condition="python: context.portal_type != 'Student'"> |
---|
16 | <span tal:define="dummy python: request.RESPONSE.redirect('%s' % info['url'])" /> |
---|
17 | </span> |
---|
18 | <span tal:condition="info" |
---|
19 | tal:define="review_state info/review_state"> |
---|
20 | <h3>Upload your Passport Picture!</h3> |
---|
21 | <br /> |
---|
22 | <span tal:omit-tag="" tal:replace="structure rendered_main"/> |
---|
23 | </span> |
---|
24 | </metal:main> |
---|
25 | </metal:body> |
---|
26 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.