Ignore:
Timestamp:
4 Jun 2015, 14:21:23 (10 years ago)
Author:
Henrik Bettermann
Message:

Implement session-specific course registration deadline and
late registration payment.

File:
1 edited

Legend:

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

    r11869 r13031  
    252252        title = _(u'Application Start Date'),
    253253        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',
    255255        )
    256256
     
    258258        title = _(u'Application Closing Date'),
    259259        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',
    261261        )
    262262
Note: See TracChangeset for help on using the changeset viewer.