Changeset 13680
- Timestamp:
- 11 Feb 2016, 13:30:21 (9 years ago)
- Location:
- main/waeup.aaue/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/README.txt
r11421 r13680 9 9 For generic install instructions please see sources/waeup.kofa/docs/INSTALL.txt. 10 10 11 Bootstrap 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 11 22 Repository 12 23 ========== -
main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py
r13676 r13680 245 245 return ( 246 246 [('I declare that all items of information supplied above are correct:' , 247 _('Student '), '<br>')],247 _('Student\'s Signature'), '<br>')], 248 248 [('We approved the above registration:', 249 _('Major Supervisor '), '<br>')],250 [('', _('Co-Supervisor '), '<br>')],249 _('Major Supervisor (Name / Signature)'), '')], 250 [('', _('Co-Supervisor (Name / Signature)'), '')], 251 251 [('', _('Head of Department'), '<br>')], 252 252 [('The student has satisfied the conditions for renewal of ' 253 253 '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)'), '')], 256 256 ) 257 257 return None
Note: See TracChangeset for help on using the changeset viewer.