- Timestamp:
- 23 Nov 2018, 13:35:46 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r15250 r15254 2409 2409 n = grok.getSite()['hostels'].allocation_expiration 2410 2410 if n: 2411 note = """2411 note = _(""" 2412 2412 <br /><br /><br /><br /><br /><font size="12"> 2413 2413 Please endeavour to pay your hostel maintenance charge within ${a} days 2414 2414 of being allocated a space or else you are deemed to have 2415 2415 voluntarily forfeited it and it goes back into circulation to be 2416 available for booking afresh!</font> 2417 """ 2416 available for booking afresh!</font>) 2417 """) 2418 2418 note = _(note, mapping={'a': n}) 2419 2419 portal_language = getUtility(IKofaUtils).PORTAL_LANGUAGE
Note: See TracChangeset for help on using the changeset viewer.