- Timestamp:
- 3 Oct 2019, 21:04:18 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r15574 r15638 123 123 return form_fields 124 124 125 def dataNotComplete(self ):125 def dataNotComplete(self, data): 126 126 store = getUtility(IExtFileStore) 127 127 if not store.getFileByContext(self.context, attr=u'birth_certificate.jpg'):
Note: See TracChangeset for help on using the changeset viewer.