Ignore:
Timestamp:
8 Jul 2024, 15:48:12 (2 months ago)
Author:
Henrik Bettermann
Message:

Improve NYSCExporter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py

    r17828 r17834  
    10891089        form_fields = grok.AutoFields(INYSC)
    10901090        form_fields['nysc_updated'].for_display = True
    1091         form_fields['nysc_senate_info'].for_display = True
     1091        #form_fields['nysc_senate_info'].for_display = True
    10921092        form_fields['nysc'].field.description = u'Ensure that all your school charges are paid up to date to your graduating session before making this nysc application.'
    10931093        form_fields['nysc'].field.title = u'Do you want to apply for NYSC?'
     
    10951095            'nysc_updated'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    10961096        form_fields['nysc'].custom_widget = CustomBooleanRadioWidget
    1097         form_fields['nysc_senate_info'].field.description = u''
     1097        form_fields['nysc_senate_info'].field.description = u'Sample: Meeting Date: 10TH MAY 2023. DEG CLASS: FIRST CLASS. S/NO: 01'
     1098        #form_fields['nysc_senate_info'].field.description = u''
    10981099        return form_fields
    10991100
Note: See TracChangeset for help on using the changeset viewer.