- Timestamp:
- 25 May 2020, 15:34:50 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/browser/viewlets.py
r16100 r16101 41 41 def link_target(self): 42 42 if self.request.principal.id == 'zope.anybody': 43 #if 'alumni' notin self.view.application_url():44 #return43 if 'cdl' in self.view.application_url(): 44 return 45 45 return 'https://uniben-alumni.waeup.org/documents/transcript/display' 46 46 return
Note: See TracChangeset for help on using the changeset viewer.