- Timestamp:
- 2 Nov 2013, 08:50:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/interfaces.py
r10650 r10684 39 39 default = u'NA', 40 40 required = True, 41 readonly = True,42 41 ) 43 42 … … 55 54 ) 56 55 57 58 class IFacultyAdd(IFaculty):59 """Representation of a university faculty.60 """61 code = schema.TextLine(62 title = _(u'Code'),63 description = _(u'This code will become part of the URL.'),64 default = u'NA',65 required = True,66 readonly = False,67 )68 69 IFacultyAdd['code'].order = IFaculty['code'].order70 56 71 57 class IFacultiesContainer(IKofaContainer):
Note: See TracChangeset for help on using the changeset viewer.