Changeset 13280 for main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Timestamp:
- 2 Oct 2015, 15:35:29 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py
r13170 r13280 38 38 title = _(u'Hostel Allocation Start Date'), 39 39 required = False, 40 description = _('Example: ') + u'2011-12-01 18:30:00+01:00',40 description = _('Example: ') + u'2011-12-01 18:30:00+01:00', 41 41 ) 42 42 … … 44 44 title = _(u'Hostel Allocation Closing Date'), 45 45 required = False, 46 description = _('Example: ') + u'2011-12-31 23:59:59+01:00',46 description = _('Example: ') + u'2011-12-31 23:59:59+01:00', 47 47 ) 48 48
Note: See TracChangeset for help on using the changeset viewer.