- Timestamp:
- 18 Nov 2019, 09:36:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py
r15606 r15820 472 472 473 473 @property 474 def onclick(self): 475 return "return window.confirm(%s);" % _( 476 "'You really want to unregister your course list?'") 477 478 @property 474 479 def target_url(self): 475 480 if not self.context.__parent__.is_current:
Note: See TracChangeset for help on using the changeset viewer.