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/applicants/interfaces.py

    r6184 r6189  
    3535from waeup.sirp.image.image import WAeUPImageFile
    3636from waeup.sirp.interfaces import IWAeUPObject, SimpleWAeUPVocabulary
     37from waeup.sirp.university.vocabularies import application_categories
    3738
    3839
     
    207208        )
    208209
     210    application_category = schema.Choice(
     211        title = u'Category for the grouping of study courses',
     212        required = True,
     213        default = None,
     214        source = application_categories,
     215        )
     216
    209217    description = schema.Text(
    210218        title = u'Human readable description in reST format',
Note: See TracChangeset for help on using the changeset viewer.