Ignore:
Timestamp:
7 Jan 2007, 08:02:48 (18 years ago)
Author:
Henrik Bettermann
Message:

site error avoided for student_view
error message changed

File:
1 edited

Legend:

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

    r1214 r1218  
    1 <metal:html tal:define="info context/getStudentFolderInfo;
     1<metal:body use-macro="here/main_template/macros/master">
     2    <metal:main fill-slot="main"
     3           tal:define="info context/getStudentFolderInfo;
    24                is_so info/is_sectionofficer|nothing;
    35                is_staff info/is_staff|nothing;
    46                is_student info/is_student">
    5   <metal:body use-macro="here/main_template/macros/master">
    6     <metal:main fill-slot="main">
    77      <span tal:condition="not: info">
    88        <span tal:content="here/illegal_view" />
     
    8181      </span>
    8282    </metal:main>
    83   </metal:body>
    84 </metal:html>
     83</metal:body>
Note: See TracChangeset for help on using the changeset viewer.