Ignore:
Timestamp:
19 Dec 2006, 21:56:55 (18 years ago)
Author:
Henrik Bettermann
Message:

redirect to illegal_view.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/no_booking_allowed.pt

    r942 r1096  
    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       <h3>You are not eligible to book accommodation!</h3>
    9     </span>
    10     </metal:main>
    11   </metal:body>
    12 </metal:html>
     1<metal:body use-macro="here/main_template/macros/master">
     2  <metal:main fill-slot="main">
     3
     4    <h3>You are not eligible to book accommodation!</h3>
     5
     6  </metal:main>
     7</metal:body>
     8
Note: See TracChangeset for help on using the changeset viewer.