Changeset 2493


Ignore:
Timestamp:
31 Oct 2007, 21:28:10 (17 years ago)
Author:
Henrik Bettermann
Message:

provide link to download provisional venue list

Location:
WAeUP_SRP/base/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt

    r2374 r2493  
    66           info options/info;
    77           expired python:not info['screening_type']=='pde';
     8           venue_display python:info['screening_type']=='pde';
    89           deadline info/deadline
    910           "
     
    6364                 />
    6465          </form>
     66         
     67          <metal:block tal:condition="venue_display">
     68              <br />
     69                <strong><a href="http://uniben.waeup.org/Post_UDE_Provisional_Venues.rtf">Post UME Screening (2007/2008) - Provisional Venue</a></strong>
     70          </metal:block>
     71         
    6572          <metal:block tal:condition="python: mode in ('create','edit') and not expired">
    6673            <p>Instructions :</p>
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_slip.pt

    r2381 r2493  
    1717        The applicant has confirmed that the picture shown on this slip is a true picture of him/her.
    1818       
    19         <span tal:condition="python:info['screening_type']=='pde'">
     19        <span tal:condition="python:0">
    2020          <br /><br />
    2121          <font color="red">
Note: See TracChangeset for help on using the changeset viewer.