Ignore:
Timestamp:
12 Apr 2017, 16:44:22 (7 years ago)
Author:
Henrik Bettermann
Message:

FBM has a college academic board.

File:
1 edited

Legend:

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

    r14632 r14673  
    5252            else:
    5353                havenot = 'has'
     54        if self.faccode == 'FBM':
     55            board = 'College Academic Board'
     56        else:
     57            board = 'Faculty Board'
    5458
    55         text = """I present to Senate, on behalf of the Faculty Board,
     59        text = """I present to Senate, on behalf of the %s,
    5660the results of courses taught and examinations held this academic session.
    5761The following candidate%s %s satisfied the degree requirements
    5862of the Faculty and %s qualified for the award of a degree as follows:
    59 """ % (plurals, havenot, havenot)
     63""" % (board, plurals, havenot, havenot)
    6064        return text
    6165
Note: See TracChangeset for help on using the changeset viewer.