Ignore:
Timestamp:
30 Jun 2025, 11:56:08 (16 hours ago)
Author:
Henrik Bettermann
Message:

Enable transcripts.

File:
1 edited

Legend:

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

    r18093 r18101  
    792792    """ Page to display the student's transcript.
    793793    """
    794 #    grok.require('waeup.viewStudent')
     794    grok.require('waeup.viewStudent')
    795795
    796796class CustomExportPDFTranscriptSlip(ExportPDFTranscriptSlip):
    797797    """Deliver a PDF slip of the context.
    798798    """
    799 #    grok.require('waeup.viewStudent')
     799    grok.require('waeup.viewStudent')
    800800
    801801    def _sigsInFooter(self):
Note: See TracChangeset for help on using the changeset viewer.