Changeset 13034 for main/waeup.kofa/trunk
- Timestamp:
- 5 Jun 2015, 06:02:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r13033 r13034 740 740 ) 741 741 742 coursereg_deadline = schema.Datetime( 743 title = _(u'Course Reg. Deadline'), 744 required = False, 745 description = _('Example: ') + u'2011-12-31 23:59:59+01:00', 746 ) 747 748 late_registration_fee = schema.Float( 749 title = _(u'Late Course Reg. Fee'), 750 default = 0.0, 751 required = False, 752 ) 753 742 754 application_fee = schema.Float( 743 755 title = _(u'Application Fee'), … … 768 780 default = 0.0, 769 781 required = False, 770 )771 772 late_registration_fee = schema.Float(773 title = _(u'Late Course Registration Fee'),774 default = 0.0,775 required = False,776 )777 778 coursereg_deadline = schema.Datetime(779 title = _(u'Course Registration Deadline'),780 required = False,781 description = _('Example: ') + u'2011-12-31 23:59:59+01:00',782 782 ) 783 783
Note: See TracChangeset for help on using the changeset viewer.