- Timestamp:
- 19 Mar 2007, 18:57:54 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/branches/uli/skins/waeup_student/raise_objection.py
r1161 r1593 14 14 import DateTime 15 15 import logging 16 logger = logging.getLogger('S tudent.Objection')16 logger = logging.getLogger('Skins.raise_objection') 17 17 18 18 wf = context.portal_workflow 19 19 info = context.getApplicationInfo() 20 20 if not info: 21 logger.info(' "%s", "tried to access", "%s"' % (context.portal_membership.getAuthenticatedMember(),context.getStudentId()))21 logger.info('%s tried to access %s' % (context.portal_membership.getAuthenticatedMember(),context.getStudentId())) 22 22 return context.admission_form() 23 23 current = DateTime.DateTime()
Note: See TracChangeset for help on using the changeset viewer.