Ignore:
Timestamp:
23 Nov 2012, 10:59:44 (12 years ago)
Author:
Henrik Bettermann
Message:

Put description under the right field.

File:
1 edited

Legend:

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

    r9714 r9715  
    3939
    4040    application_fee = schema.Float(
    41         title = _(u'Application Fee'),
    42         description = u'20000 Nairas are automatically added ' + \
    43                        'if student is in faculty <br>' + \
    44                        'EET or ICT or in department ARC.',
     41        title = _(u'Application Fee (not-applicable)'),
    4542        default = 0.0,
    4643        required = False,
     
    4845
    4946    clearance_fee = schema.Float(
    50         title = _(u'Clearance Fee (ignored)'),
     47        title = _(u'Clearance Fee'),
     48        description = u'5000 Nairas are automatically added ' + \
     49                       'if student is in faculty <br>' + \
     50                       'EET or ICT or in department ARC.',
    5151        default = 0.0,
    5252        required = False,
Note: See TracChangeset for help on using the changeset viewer.