Ignore:
Timestamp:
22 Sep 2011, 12:30:15 (13 years ago)
Author:
Henrik Bettermann
Message:

Application is only allowed between start and end time. Show dates on login page and logout applicants if current time exceeds these limits.

File:
1 edited

Legend:

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

    r6110 r6816  
    5050  </ul>
    5151</div>
    52 <div tal:on-error="nothing">
    53   <div class="error" tal:content="view/getDeadline">
    54     The deadline is NOW
    55   </div>
     52<br />
     53<div>
     54  Start date of application:
     55  <span tal:replace="python: context.startdate.strftime('%d/%m/%Y') ">STARTDATE</span>
    5656</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.