Ignore:
Timestamp:
18 Jul 2012, 10:42:43 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py

    r8966 r9017  
    148148    def dataNotComplete(self):
    149149        store = getUtility(IExtFileStore)
    150         if not store.getFileByContext(self.context, attr=u'birth_certicicate.jpg'):
     150        if not store.getFileByContext(self.context, attr=u'birth_certificate.jpg'):
    151151            return _('No birth certificate uploaded.')
    152152        if not store.getFileByContext(self.context, attr=u'ref_let.jpg'):
Note: See TracChangeset for help on using the changeset viewer.