Ignore:
Timestamp:
14 Jun 2022, 10:29:42 (2 years ago)
Author:
Henrik Bettermann
Message:

Customize _finalsubmit_msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py

    r16958 r16961  
    328328        return display_fileupload(self, filename)
    329329
     330    @property
     331    def _finalsubmit_msg(self):
     332        if self.context.subtype in ('transfer', 'de'):
     333            return 'Form has been submitted. Please note: DE and Transfer applicants are to present their application form and the proof of JAMB local transfer form at the admissions office for application approval.'
     334        return _('Form has been submitted.')
     335
    330336    def dataNotComplete(self, data):
    331337        store = getUtility(IExtFileStore)
Note: See TracChangeset for help on using the changeset viewer.