Changeset 6456
- Timestamp:
- 22 Jun 2011, 21:37:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py
r6452 r6456 68 68 if prefix is not None: 69 69 self.id = '%s.%s' % (prefix, self.id) 70 self.title = u' Applicant'70 self.title = u'My Application' 71 71 self.description = u'An applicant' 72 72 self.groups = []
Note: See TracChangeset for help on using the changeset viewer.