Ignore:
Timestamp:
7 Mar 2012, 08:30:35 (13 years ago)
Author:
uli
Message:

Disable manual tweaking of form_fields for school grades. The school
grades should now be rendered automatically correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/ulif-schoolgrades/src/waeup/sirp/applicants/browser.py

    r7761 r7771  
    657657    form_fields['applicant_id'].for_display = True
    658658    form_fields['phone'].custom_widget = PhoneWidget
    659     form_fields['school_grades'].custom_widget = sw
     659    #form_fields['school_grades'].custom_widget = sw
    660660    grok.template('applicanteditpage')
    661661    manage_applications = True
     
    789789    form_fields['phone'].custom_widget = PhoneWidget
    790790    form_fields['applicant_id'].for_display = True
    791     form_fields['school_grades'].custom_widget = sw
     791    #form_fields['school_grades'].custom_widget = sw
    792792    grok.template('applicanteditpage')
    793793    manage_applications = False
Note: See TracChangeset for help on using the changeset viewer.