Changeset 15653
- Timestamp:
- 9 Oct 2019, 09:28:35 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r15649 r15653 34 34 'acceptanceletterupload', 35 35 ) 36 # Maximum size of upload files in kB 37 MAX_KB = 500 36 38 37 39 def setPaymentDetails(self, category, student, -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/viewlets.py
r15650 r15653 49 49 label = _(u'Signature') 50 50 title = _(u'Signature Scan') 51 mus = 1024 * 25052 51 download_name = u'signature' 53 52 tab_redirect = '?tab2'
Note: See TracChangeset for help on using the changeset viewer.