Ignore:
Timestamp:
2 Oct 2015, 15:35:29 (9 years ago)
Author:
Henrik Bettermann
Message:

Disable duplication checking, see Uniben #1011.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py

    r13170 r13280  
    3838        title = _(u'Hostel Allocation Start Date'),
    3939        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',
    4141        )
    4242
     
    4444        title = _(u'Hostel Allocation Closing Date'),
    4545        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',
    4747        )
    4848
Note: See TracChangeset for help on using the changeset viewer.