Ignore:
Timestamp:
4 Dec 2011, 17:50:45 (13 years ago)
Author:
Henrik Bettermann
Message:

Let's call the registration number reg_number instead of reg_no, like in students. Issoufou: This requires an update of the plugins on the portal configuration page.

File:
1 edited

Legend:

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

    r7263 r7270  
    931931    form_fields = grok.AutoFields(IApplicantEdit).omit(
    932932        'locked', 'course_admitted', 'student_id',
    933         'screening_score', 'applicant_id', 'reg_no'
     933        'screening_score', 'applicant_id', 'reg_number'
    934934        )
    935935    form_fields['date_of_birth'].custom_widget = FriendlyDateWidget('le-year')
Note: See TracChangeset for help on using the changeset viewer.