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/accommodation_view.pt

    r805 r1096  
    11<metal:html tal:define="info context/getStudentInfo">
     2  <span tal:condition="not: info">
     3    <span tal:content="here/illegal_view" />
     4  </span>
     5<metal:block tal:condition="info">
    26  <metal:body use-macro="here/waeup_content_master/macros/master">
    37    <metal:main fill-slot="main">
     
    2832    </metal:main>
    2933  </metal:body>
     34</metal:block>   
    3035</metal:html>
Note: See TracChangeset for help on using the changeset viewer.