Ignore:
Timestamp:
10 Nov 2016, 08:35:46 (8 years ago)
Author:
Henrik Bettermann
Message:

Add note to raw score report and transripts.

File:
1 edited

Legend:

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

    r14244 r14267  
    437437    grok.require('waeup.viewStudent')
    438438
     439    note = _("""
     440<br /><br /><br /><br />
     441<font size='10'>
     442<strong>Note:</strong> This copy is subject to correction for typographical errors and ratification by the departmental board.
     443</font>
     444""")
     445
    439446    def _sigsInFooter(self):
    440447        return []
     
    472479            signatures=self._signatures(),
    473480            sigs_in_footer=self._sigsInFooter(),
     481            note = self.note
    474482            )
    475483
Note: See TracChangeset for help on using the changeset viewer.