Ignore:
Timestamp:
23 Nov 2018, 13:35:46 (6 years ago)
Author:
Henrik Bettermann
Message:

Use MessageFactory? for all messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r15250 r15254  
    24092409        n = grok.getSite()['hostels'].allocation_expiration
    24102410        if n:
    2411             note = """
     2411            note = _("""
    24122412<br /><br /><br /><br /><br /><font size="12">
    24132413Please endeavour to pay your hostel maintenance charge within ${a} days
    24142414 of being allocated a space or else you are deemed to have
    24152415 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""")
    24182418            note = _(note, mapping={'a': n})
    24192419            portal_language = getUtility(IKofaUtils).PORTAL_LANGUAGE
Note: See TracChangeset for help on using the changeset viewer.