Ignore:
Timestamp:
18 Apr 2012, 05:31:56 (13 years ago)
Author:
Henrik Bettermann
Message:

Insert description and use FriendlyDatetimeDisplayWidget? in display view.

File:
1 edited

Legend:

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

    r8200 r8203  
    224224        title = _(u'Application Start Date'),
    225225        required = False,
    226         #show_year = False,
     226        description = _('Example:') + u'2011-12-01 18:30:00+01:00',
    227227        )
    228228
     
    230230        title = _(u'Application Closing Date'),
    231231        required = False,
    232         #show_year = False,
     232        description = _('Example:') + u'2011-12-31 23:59:59+01:00',
    233233        )
    234234
Note: See TracChangeset for help on using the changeset viewer.