Changeset 13031 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 4 Jun 2015, 14:21:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r11869 r13031 252 252 title = _(u'Application Start Date'), 253 253 required = False, 254 description = _('Example: ') + u'2011-12-01 18:30:00+01:00',254 description = _('Example: ') + u'2011-12-01 18:30:00+01:00', 255 255 ) 256 256 … … 258 258 title = _(u'Application Closing Date'), 259 259 required = False, 260 description = _('Example: ') + u'2011-12-31 23:59:59+01:00',260 description = _('Example: ') + u'2011-12-31 23:59:59+01:00', 261 261 ) 262 262
Note: See TracChangeset for help on using the changeset viewer.