- Timestamp:
- 10 Nov 2016, 08:35:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r14244 r14267 437 437 grok.require('waeup.viewStudent') 438 438 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 439 446 def _sigsInFooter(self): 440 447 return [] … … 472 479 signatures=self._signatures(), 473 480 sigs_in_footer=self._sigsInFooter(), 481 note = self.note 474 482 ) 475 483
Note: See TracChangeset for help on using the changeset viewer.