Changeset 14102
- Timestamp:
- 22 Aug 2016, 09:04:28 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r13938 r14102 2444 2444 return False 2445 2445 2446 @action(_('Save and request clearance'), style='primary') 2446 @action(_('Save and request clearance'), style='primary', 2447 warning=_('You can not edit your data after ' 2448 'requesting clearance. You really want to request clearance now?')) 2447 2449 def requestClearance(self, **data): 2448 2450 self.applyData(self.context, **data)
Note: See TracChangeset for help on using the changeset viewer.