source: waeup_product/trunk/skins/waeup_student/check_admission.py @ 25

Last change on this file since 25 was 25, checked in by joachim, 19 years ago

noch mehr

  • Property svn:keywords set to Id
File size: 181 bytes
Line 
1##parameters=REQUEST=None
2
3# $Id: check_admission.py 25 2005-09-30 16:19:00Z joachim $
4
5admin = "SectionManager" in context.portal_membership.getAuthenticatedMember().getRolesInContext(context)
6
7return context.student_admitted_form()
Note: See TracBrowser for help on using the repository browser.