Changeset 6744 for main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Timestamp:
- 13 Sep 2011, 09:43:13 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r6648 r6744 443 443 readonly = True, 444 444 ) 445 # entry_session is inherited from the container446 #entry_session = schema.Choice(447 # source = entry_session_vocab,448 # title = u'Entry Session',449 # required = False,450 # readonly = True451 # )452 445 notice = schema.Text( 453 446 title = u'Notice', -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/vocabularies.py
r6648 r6744 9 9 from waeup.sirp.students.lgas import LGAS 10 10 from waeup.sirp.students.vocabularies import ( 11 entry_session_vocab,CertificateSource, GenderSource)11 CertificateSource, GenderSource) 12 12 13 13 #: Types of applications we support.
Note: See TracChangeset for help on using the changeset viewer.