Changeset 8441 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 14 May 2012, 07:55:00 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/students
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/payment_view.pt
r8247 r8441 1 <table class="form-table" i18n:domain="waeup. uniben"1 <table class="form-table" i18n:domain="waeup.custom" 2 2 tal:define="files provider:files"> 3 3 <tbody> -
main/waeup.uniben/trunk/src/waeup/uniben/students/interfaces.py
r8430 r8441 337 337 ) 338 338 339 uniben_matric = schema.TextLine(339 former_matric = schema.TextLine( 340 340 title = _(u'If yes, matric number'), 341 341 required = False, -
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r8430 r8441 130 130 } 131 131 132 # Uniben separators 132 133 SEPARATORS_DICT = { 133 134 'form.fst_sit_fname': _(u'First Sitting Record'), … … 138 139 'form.nysc_year': _(u'NYSC Information'), 139 140 'form.employer': _(u'Employment History'), 140 'form. uniben_matric': _(u'Former Uniben Student'),141 'form.former_matric': _(u'Former Uniben Student'), 141 142 } 142 143 144 # Uniben prefix 143 145 STUDENT_ID_PREFIX = u'B'
Note: See TracChangeset for help on using the changeset viewer.