Changeset 13680 for main/waeup.aaue


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

Change signature fields again.

Location:
main/waeup.aaue/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/README.txt

    r11421 r13680  
    99For generic install instructions please see sources/waeup.kofa/docs/INSTALL.txt.
    1010
     11Bootstrap and buildout have to be run in two steps:
     12
     13  (py27)$ python bootstrap.py -c buildout-init.cfg
     14
     15  (py27)$ ./bin/buildout -c buildout-init.cfg
     16
     17  (py27)$ python bootstrap.py
     18
     19  (py27)$ ./bin/buildout
     20
     21
    1122Repository
    1223==========
  • 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.