Ignore:
Timestamp:
12 Jul 2012, 11:43:12 (12 years ago)
Author:
Henrik Bettermann
Message:

Add boolean field 'suspended' to IStudent and IApplicant and extend authentication (checkPassword) slightly. Test will follow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r8922 r8983  
    492492    grok.template('applicantdisplaypage')
    493493    form_fields = grok.AutoFields(IApplicant).omit(
    494         'locked', 'course_admitted', 'password')
     494        'locked', 'course_admitted', 'password', 'suspended')
    495495    label = _('Applicant')
    496496    pnav = 3
     
    881881    form_fields = grok.AutoFields(IApplicantEdit).omit(
    882882        'locked', 'course_admitted', 'student_id',
    883         'screening_score',
     883        'screening_score', 'suspended'
    884884        )
    885885    form_fields['applicant_id'].for_display = True
Note: See TracChangeset for help on using the changeset viewer.