Ignore:
Timestamp:
11 Oct 2011, 16:24:34 (13 years ago)
Author:
Henrik Bettermann
Message:

Catch traceback if startdate or endddate isn't set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/loginapplicant.pt

    r6816 r6872  
    5151</div>
    5252<br />
    53 <div>
     53<div tal:condition="context/startdate">
    5454  Start date of application:
    5555  <span tal:replace="python: context.startdate.strftime('%d/%m/%Y') ">STARTDATE</span>
    5656</div>
    57 <div>
     57<div tal:condition="context/enddate">
    5858  Closing date of application:
    5959  <span tal:replace="python: context.enddate.strftime('%d/%m/%Y')">ENDDATE</span>
Note: See TracChangeset for help on using the changeset viewer.