Changeset 6872 for main/waeup.sirp/trunk
- Timestamp:
- 11 Oct 2011, 16:24:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/loginapplicant.pt
r6816 r6872 51 51 </div> 52 52 <br /> 53 <div >53 <div tal:condition="context/startdate"> 54 54 Start date of application: 55 55 <span tal:replace="python: context.startdate.strftime('%d/%m/%Y') ">STARTDATE</span> 56 56 </div> 57 <div >57 <div tal:condition="context/enddate"> 58 58 Closing date of application: 59 59 <span tal:replace="python: context.enddate.strftime('%d/%m/%Y')">ENDDATE</span>
Note: See TracChangeset for help on using the changeset viewer.