Changeset 11615 for main/waeup.kofa
- Timestamp:
- 1 May 2014, 17:54:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/applicant.py
r11614 r11615 55 55 grok.provides(IApplicant) 56 56 57 applicant_student_mapping = (57 applicant_student_mapping = [ 58 58 ('firstname', 'firstname'), 59 59 ('middlename', 'middlename'), … … 63 63 ('email', 'email'), 64 64 ('phone', 'phone'), 65 )65 ] 66 66 67 67 def __init__(self):
Note: See TracChangeset for help on using the changeset viewer.