Changeset 9017 for main/kofacustom.nigeria/trunk/src
- Timestamp:
- 18 Jul 2012, 10:42:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py
r8966 r9017 148 148 def dataNotComplete(self): 149 149 store = getUtility(IExtFileStore) 150 if not store.getFileByContext(self.context, attr=u'birth_certi cicate.jpg'):150 if not store.getFileByContext(self.context, attr=u'birth_certificate.jpg'): 151 151 return _('No birth certificate uploaded.') 152 152 if not store.getFileByContext(self.context, attr=u'ref_let.jpg'):
Note: See TracChangeset for help on using the changeset viewer.