Changeset 6665
- Timestamp:
- 3 Sep 2011, 02:31:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/interfaces.py
r6651 r6665 27 27 """ 28 28 29 student_id = schema.TextLine( 30 title = u'Student ID', 31 required = True, 32 ) 33 29 34 name = schema.TextLine( 30 35 title = u'Full Name', 31 36 default = u'Nobody', 32 37 required = True, 38 ) 39 40 password = schema.TextLine( 41 title = u'Password', 33 42 ) 34 43
Note: See TracChangeset for help on using the changeset viewer.