Changeset 16961 for main/kofacustom.iuokada/trunk
- Timestamp:
- 14 Jun 2022, 10:29:42 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/browser.py
r16958 r16961 328 328 return display_fileupload(self, filename) 329 329 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 330 336 def dataNotComplete(self, data): 331 337 store = getUtility(IExtFileStore)
Note: See TracChangeset for help on using the changeset viewer.