- Timestamp:
- 18 Apr 2012, 05:31:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r8200 r8203 224 224 title = _(u'Application Start Date'), 225 225 required = False, 226 #show_year = False,226 description = _('Example:') + u'2011-12-01 18:30:00+01:00', 227 227 ) 228 228 … … 230 230 title = _(u'Application Closing Date'), 231 231 required = False, 232 #show_year = False,232 description = _('Example:') + u'2011-12-31 23:59:59+01:00', 233 233 ) 234 234
Note: See TracChangeset for help on using the changeset viewer.