Changeset 11752 for main/waeup.uniben/trunk/src/waeup/uniben/applicants
- Timestamp:
- 7 Jul 2014, 11:13:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r11736 r11752 126 126 store = getUtility(IExtFileStore) 127 127 if not store.getFileByContext(self.context, attr=u'passport.jpg'): 128 return _('Upload your passport photo before making payment.')128 return _('Upload your 1"x1" Red background passport photo before making payment.') 129 129 return '' 130 130
Note: See TracChangeset for help on using the changeset viewer.