Ignore:
Timestamp:
11 Feb 2016, 13:30:21 (9 years ago)
Author:
Henrik Bettermann
Message:

Change signature fields again.

File:
1 edited

Legend:

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

    r13676 r13680  
    245245            return (
    246246                [('I declare that all items of information supplied above are correct:' ,
    247                     _('Student'), '<br>')],
     247                    _('Student\'s Signature'), '<br>')],
    248248                [('We approved the above registration:',
    249                     _('Major Supervisor'), '<br>')],
    250                 [('', _('Co-Supervisor'), '<br>')],
     249                    _('Major Supervisor (Name / Signature)'), '')],
     250                [('', _('Co-Supervisor (Name / Signature)'), '')],
    251251                [('', _('Head of Department'), '<br>')],
    252252                [('The student has satisfied the conditions for renewal of '
    253253                  'registration for graduate school programme in this university:',
    254                   _('Secretary <br /> (School of Postgraduate Studies)'), '<br>')],
    255                 [('', _('Dean <br /> (School of Postgraduate Studies)'), '<br>')],
     254                  _('Secretary <br /> (School of Postgraduate Studies)'), '')],
     255                [('', _('Dean <br /> (School of Postgraduate Studies)'), '')],
    256256                )
    257257        return None
Note: See TracChangeset for help on using the changeset viewer.