- Timestamp:
- 29 Jul 2022, 09:23:06 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/browser/pdf.py
r16908 r17046 38 38 if self.view and self.view.__name__ == 'transcript.pdf': 39 39 usertype = getattr(self.view.request.principal, 'user_type', None) 40 #if usertype and usertype == 'student': 41 if True: 40 if usertype and usertype == 'student': 42 41 self.watermark_pos = [95, 190] 43 42 return os.path.join(
Note: See TracChangeset for help on using the changeset viewer.