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

    r1025 r1096  
    1 <metal:html tal:define="info context/getStudyCourseInfo;
    2             is_so context/isSectionOfficer;
    3             s_info context/getStudentInfo;"
    4             >
     1<metal:html tal:define="is_so context/isSectionOfficer;
     2                        s_info context/getStudentInfo;"
     3                        >
     4  <span tal:condition="not: s_info">
     5    <span tal:content="here/illegal_view" />
     6  </span>
     7  <metal:block tal:condition="s_info">             
     8  <span tal:define="info context/getStudyCourseInfo">
    59  <metal:body use-macro="here/waeup_content_master/macros/master">
    610    <metal:block fill-slot="header">
     
    9195      </form>
    9296    </metal:main>
    93    
    94     <metal:sub fill-slot="sub"/>
     97 
    9598  </metal:body>
     99  </span> 
     100  </metal:block>
    96101</metal:html>
Note: See TracChangeset for help on using the changeset viewer.