Changeset 6165 for main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py
- Timestamp:
- 20 May 2011, 12:03:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py
r6164 r6165 1506 1506 self.context.addCourseRef(**data) 1507 1507 except KeyError: 1508 self.status = Invalid('The chosen course referrer is already part of'1509 ' this certificate')1508 self.status = Invalid('The chosen course referrer is already ' 1509 'part of this certificate') 1510 1510 return 1511 1511 except DuplicationError: 1512 self.status = Invalid('The chosen course referrer is already part of'1513 ' this certificate')1512 self.status = Invalid('The chosen course referrer is already ' 1513 'part of this certificate') 1514 1514 return 1515 1515 self.redirect(self.url(self.context, u'@@manage')+'#tab-2')
Note: See TracChangeset for help on using the changeset viewer.