Ignore:
Timestamp:
15 Jan 2007, 12:19:17 (18 years ago)
Author:
Henrik Bettermann
Message:

last change was not working - fixed

File:
1 edited

Legend:

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

    r1299 r1302  
    22    <metal:main fill-slot="main"
    33                tal:define="info context/getAccommodationInfo">
    4       <span tal:condition="not: info">
     4      <span tal:condition="python: not info or not info['acco']">
    55        <metal:block use-macro="here/error_not_found/macros/not_found" />
    66      </span>
    7       <span tal:condition="info">
     7      <span tal:condition="python: info and info['acco']">
    88        <div style="text-align: right">
    99        <a href="" target="slip" tal:attributes="href string:accommodation_slip"
Note: See TracChangeset for help on using the changeset viewer.