Changeset 7224 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 27 Nov 2011, 18:52:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r7200 r7224 430 430 # If application has not yet started, 431 431 # logout without marking AC as used 432 if self.context.startdate > date.today():432 if not self.context.startdate or self.context.startdate > date.today(): 433 433 self.flash('Application has not yet started.') 434 434 auth = getUtility(IAuthentication)
Note: See TracChangeset for help on using the changeset viewer.