- Timestamp:
- 7 Nov 2011, 17:42:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r7019 r7023 1158 1158 self.redirect(self.url(self.context)) 1159 1159 return 1160 if str(student['studycourse'].entry_session) in self.context.keys(): 1160 if str(grok.getSite()[ 1161 'configuration'].accommodation_session) in self.context.keys(): 1161 1162 self.flash('You already booked a bed space for the current accommodation session.') 1162 1163 self.redirect(self.url(self.context))
Note: See TracChangeset for help on using the changeset viewer.