Ignore:
Timestamp:
2 Sep 2006, 14:51:14 (18 years ago)
Author:
Henrik Bettermann
Message:

admission renamed, now application

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
4 added
5 deleted
1 edited

Legend:

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

    r460 r472  
    1818    <tal:block tal:condition="python:context.portal_type == 'Student'" tal:omit-tag=""> 
    1919      <tal:block tal:define="
    20                           adm python:here.admission;
    21                           adm_proxy python:adm.getContent();
     20                          appl python:here.application;
     21                          appl_proxy python:appl.getContent();
    2222                          clear python:here.clearance;
    2323                          clear_proxy python:clear.getContent();
     
    2929 
    3030   
    31       <tal:block tal:content="structure python:adm_proxy.render(cluster='adm_slip')" />
    32       <tal:block tal:content="structure python:clear_proxy.render(cluster='adm_slip')" />
    33       <tal:block tal:content="structure python:pers_proxy.render(cluster='adm_slip')" />
     31      <tal:block tal:content="structure python:appl_proxy.render(cluster='appl_slip')" />
     32      <tal:block tal:content="structure python:clear_proxy.render(cluster='appl_slip')" />
     33      <tal:block tal:content="structure python:pers_proxy.render(cluster='appl_slip')" />
    3434
    3535
Note: See TracChangeset for help on using the changeset viewer.