Changeset 16363
- Timestamp:
- 11 Jan 2021, 14:35:28 (4 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r16362 r16363 107 107 return True 108 108 109 110 CLEARANCE_FLASH_MESSAGE = """ 111 If you have not presented for physical clearance, scan your WAEC, NECO 112 and other O'level result verification scratch cards on one document and 113 attach to the form below (Scans > WAEC Result Scratch Card). 114 Then come back to check for your successful cleared status as from 3 days 115 after successful clearance request. 116 If status is cleared, pay your school charges and proceed to the 117 Dean's Office to collect the signed eligibility form. 118 """ 119 109 120 class CustomStudentClearanceEditFormPage(NigeriaStudentClearanceEditFormPage): 110 121 """ View to edit student clearance data by student … … 141 152 return _('No affidavit of non-membership of secret cults uploaded.') 142 153 return False 154 155 def update(self): 156 self.flash(CLEARANCE_FLASH_MESSAGE, type="warning") 157 return super(CustomStudentClearanceEditFormPage, self).update() 143 158 144 159 class CustomOnlinePaymentAddFormPage(NigeriaOnlinePaymentAddFormPage): -
main/waeup.uniben/trunk/src/waeup/uniben/students/viewlets.py
r16362 r16363 286 286 label = _(u'Left Thumb Fingerprint') 287 287 title = _(u'Left Thumb Fingerprint Minutiae') 288 mus = 1024 * 5288 mus = 1024 * 150 289 289 download_name = u'finger1.fpm' 290 290
Note: See TracChangeset for help on using the changeset viewer.