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

Last change on this file since 818 was 805, checked in by joachim, 18 years ago

propset Id

  • Property svn:keywords set to Id
File size: 479 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      <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.