Ignore:
Timestamp:
22 May 2011, 08:32:37 (13 years ago)
Author:
Henrik Bettermann
Message:

Select application_category for applicants containers.

Implement removal of applicants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py

    r6025 r6189  
    88    course_levels,
    99    semester,
    10     application_category,
     10    application_categories,
    1111    study_mode,
    1212    inst_types,
     
    221221    application_category = schema.Choice(
    222222        title = u'Application Category',
    223         vocabulary = application_category,
     223        vocabulary = application_categories,
    224224        default = u'basic',
    225225        required = True,
Note: See TracChangeset for help on using the changeset viewer.