Ignore:
Timestamp:
8 Jul 2024, 16:05:10 (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

    r17834 r17835  
    10951095            'nysc_updated'].custom_widget = FriendlyDatetimeDisplayWidget('le')
    10961096        form_fields['nysc'].custom_widget = CustomBooleanRadioWidget
    1097         form_fields['nysc_senate_info'].field.description = u'Sample: Meeting Date: 10TH MAY 2023. DEG CLASS: FIRST CLASS. S/NO: 01'
     1097        form_fields['nysc_processed'].for_display = True
    10981098        #form_fields['nysc_senate_info'].field.description = u''
    10991099        return form_fields
     
    11191119        form_fields['nysc'].field.description = u''
    11201120        form_fields['nysc'].field.title = u'NYSC requested'
    1121         form_fields['nysc_senate_info'].field.description = u'Sample: Meeting Date: 10TH MAY 2023. DEG CLASS: FIRST CLASS. S/NO: 01'
    11221121        form_fields[
    11231122            'nysc_updated'].custom_widget = FriendlyDatetimeDisplayWidget('le')
Note: See TracChangeset for help on using the changeset viewer.