- Timestamp:
- 22 Sep 2011, 12:30:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/loginapplicant.pt
r6110 r6816 50 50 </ul> 51 51 </div> 52 < div tal:on-error="nothing">53 <div class="error" tal:content="view/getDeadline">54 The deadline is NOW55 < /div>52 <br /> 53 <div> 54 Start date of application: 55 <span tal:replace="python: context.startdate.strftime('%d/%m/%Y') ">STARTDATE</span> 56 56 </div> 57 <div> 58 Closing date of application: 59 <span tal:replace="python: context.enddate.strftime('%d/%m/%Y')">ENDDATE</span> 60 </div> 61 <br /> 62 <div tal:condition="context/strict_deadline"> 63 No application after deadline! 64 </div>
Note: See TracChangeset for help on using the changeset viewer.