Changeset 7075
- Timestamp:
- 11 Nov 2011, 08:20:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py
r7063 r7075 53 53 os.path.join(IMAGE_PATH, 'placeholder_f.jpg')).read() 54 54 55 #: Maximum upload size for applicant passport photographs (in bytes) 56 MAX_UPLOAD_SIZE = 1024 * 10 57 55 58 # Define a valiation method for email addresses 56 59 class NotAnEmailAddress(schema.ValidationError):
Note: See TracChangeset for help on using the changeset viewer.