- Timestamp:
- 1 Jul 2015, 20:22:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py
r13076 r13129 556 556 @property 557 557 def target_url(self): 558 P WCHANGE_STATES = getUtility(IStudentsUtils).PWCHANGE_STATES559 if self.context.state not in P WCHANGE_STATES:558 PORTRAIT_CHANGE_STATES = getUtility(IStudentsUtils).PORTRAIT_CHANGE_STATES 559 if self.context.state not in PORTRAIT_CHANGE_STATES: 560 560 return '' 561 561 return self.view.url(self.view.context, self.target)
Note: See TracChangeset for help on using the changeset viewer.