Changeset 17046


Ignore:
Timestamp:
29 Jul 2022, 09:23:06 (2 years ago)
Author:
Henrik Bettermann
Message:

Activate official version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/browser/pdf.py

    r16908 r17046  
    3838        if self.view and self.view.__name__ == 'transcript.pdf':
    3939            usertype = getattr(self.view.request.principal, 'user_type', None)
    40             #if usertype and usertype == 'student':
    41             if True:
     40            if usertype and usertype == 'student':
    4241                self.watermark_pos = [95, 190]
    4342                return os.path.join(
Note: See TracChangeset for help on using the changeset viewer.