Changeset 8506
- Timestamp:
- 24 May 2012, 06:10:55 (12 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r8421 r8506 165 165 note = translate(_( 166 166 u"""<br /><br /><br /> 167 The tranzaction code for eTranzact paymentsis <strong>${a}</strong>.""",167 The tranzaction code is <strong>${a}</strong>.""", 168 168 mapping = {'a':tcode})) 169 169 return note -
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r8421 r8506 212 212 note = translate(_( 213 213 u"""<br /><br /><br /> 214 The tranzaction code for eTranzact paymentsis <strong>${a}</strong>.""",214 The tranzaction code is <strong>${a}</strong>.""", 215 215 mapping = {'a':tcode})) 216 216 return note
Note: See TracChangeset for help on using the changeset viewer.