Changeset 5532 for WAeUP_SRP/trunk/skins
- Timestamp:
- 27 Sep 2010, 14:43:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py
r4550 r5532 132 132 logger.info('%s requested clearance with documents missing' % (student_id)) 133 133 psm = "You have not uploaded all necessary documents to request clearance!" 134 elif not clear_doc.firstname or not clear_doc.lastname:135 logger.info('%s requested clearance without confirming name' % (student_id))136 psm = "Please fill the name fields! First and last name are required. "134 #elif not clear_doc.firstname or not clear_doc.lastname: 135 # logger.info('%s requested clearance without confirming name' % (student_id)) 136 # psm = "Please fill the name fields! First and last name are required. " 137 137 else: 138 138 logger.info('%s requested clearance' % (student_id))
Note: See TracChangeset for help on using the changeset viewer.