Changeset 1343
- Timestamp:
- 23 Jan 2007, 16:50:50 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r1326 r1343 713 713 s_id = str(self.portal_membership.getAuthenticatedMember()) 714 714 #import pdb;pdb.set_trace() 715 if not self.isStudent():715 if self.isStaff(): 716 716 do = 0 717 717 err ='You are not a Student. PIN neither checked nor used.' -
WAeUP_SRP/trunk/skins/waeup_student/application_edit.py
r1071 r1343 55 55 args['portal_status_message'] = "You didn't upload a passport picture!" 56 56 elif cpsdocument_edit_and_view_button: 57 if app_doc.passport is not None:57 if 1: ## app_doc.passport is not None: 58 58 logger.info('"%s", "proceeded to start clearance"' % (info['id'])) 59 59 action = "/start_clearance"
Note: See TracChangeset for help on using the changeset viewer.