Ignore:
Timestamp:
19 Sep 2006, 07:53:21 (18 years ago)
Author:
joachim
Message:

student apply admission should work now
the default_view for campus is now home_index.py
for students and student student_index.py
these script redirect to the appropriate PT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/standard_error_message.pt

    r531 r535  
    1515<tal:haserror condition="error_type">
    1616  <tal:NotFound condition="python:error_type == 'NotFound'">
    17     <metal:block use-macro="here/not_found/macros/not_found" />
     17    <metal:block use-macro="here/error_not_found/macros/not_found" />
    1818  </tal:NotFound>
    1919
    20   <tal:default condition="python:0 and error_type != 'NotFound'">
    21     <metal:block use-macro="here/error_lib_other/macros/other" />
     20  <tal:default condition="python:error_type != 'NotFound'">
     21    <metal:block use-macro="here/error_other/macros/other" />
    2222  </tal:default>
    2323
    24   <tal:debugging condition="python:0 and checkPerm('Manage portal', here)">
     24  <tal:debugging condition="python:checkPerm('Manage portal', here)">
    2525    <table width="100%" cellpadding="2" cellspacing="2">
    2626      <tr>
Note: See TracChangeset for help on using the changeset viewer.