- Timestamp:
- 1 Oct 2010, 07:35:31 (14 years ago)
- Location:
- main/waeup.sirp/branches/workshop2010-playground/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/workshop2010-playground/src/waeup/sirp/app.py
r5421 r5557 37 37 # The default layout. 38 38 skin=u'waeuptheme-gray1.css' 39 40 # The administrator e-mail account 41 email = u'e-mail' 39 42 40 43 @property -
main/waeup.sirp/branches/workshop2010-playground/src/waeup/sirp/interfaces.py
r5476 r5557 47 47 required = True, 48 48 ) 49 50 email = schema.TextLine( 51 title = u'e-mail', 52 default = None, 53 required = True, 54 ) 49 55 50 56 faculties = Attribute("A container for faculties.") 51 57 students = Attribute("A container for students.") 52 58 hostels = Attribute("A container for hostels.") 59 53 60 54 61 class IWAeUPContainer(IWAeUPObject):
Note: See TracChangeset for help on using the changeset viewer.