Changeset 2992


Ignore:
Timestamp:
8 Jan 2008, 10:58:13 (17 years ago)
Author:
Henrik Bettermann
Message:

avoid traceback

File:
1 edited

Legend:

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

    r2920 r2992  
    1 <metal:html tal:define="info context/getStudentInfo;
    2                         app_email info/app_doc/app_email|nothing;
    3                         app_passport info/has_passport;
    4                         data_complete python:app_passport and app_email;
    5                         ">
     1<metal:html tal:define="info context/getStudentInfo;">
    62  <span tal:condition="not: info">
    73    <span tal:content="here/illegal_view" />
     
    1410    </span>
    1511    <span tal:condition="info"
    16           tal:define="review_state info/review_state">
     12          tal:define="review_state info/review_state;
     13                      app_email info/app_doc/app_email|nothing;
     14                      app_passport info/has_passport;
     15                      data_complete python:app_passport and app_email;
     16                      ">
    1717         
    1818
Note: See TracChangeset for help on using the changeset viewer.