source: WAeUP_SRP/trunk/skins/waeup_student/admission_rejected_view.pt @ 800

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

2nd batch of repairs

File size: 479 bytes
RevLine 
[797]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      <h2>You are not admitted to the University of Benin!</h2>
10    </span>
11    </metal:main>
12  </metal:body>
13</metal:html>
Note: See TracBrowser for help on using the repository browser.