source: WAeUP_SRP/trunk/skins/waeup_student/mail_next_student.py @ 5654

Last change on this file since 5654 was 1254, checked in by Henrik Bettermann, 18 years ago

mail_password_form now available

File size: 446 bytes
Line 
1## Script (Python) "go_to_student"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=REQUEST, student_id=None
8##title=
9# $Id: clearance_edit.py 1217 2007-01-06 17:50:02Z henrik $
10"""
11"""
12
13
14if student_id != None:
15  url = context.portal_url() + '/campus/students/'  + str(student_id) + '/mail_password_form'
16  return REQUEST.RESPONSE.redirect(url)
Note: See TracBrowser for help on using the repository browser.