Changeset 175 for waeup_product/trunk/skins/waeup_student
- Timestamp:
- 15 Nov 2005, 18:59:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/eligibility.py
r173 r175 47 47 #pm.setPassword(pw) 48 48 psm = 'Email hay been successfully set.' 49 #psm += 'please <a href="login_form">Login</a> with username %s and password %s' % (context.getId(),pw) 50 return context.eligibility_form(rendered = res, 51 psm = psm, 52 ds = ds, 53 ) 49 return context.REQUEST.RESPONSE.redirect('%s' % context.portal_url.getUrlFromRpath('/students')) 50 51 ##return context.eligibility_form(rendered = res, 52 ## psm = psm, 53 ## ds = ds, 54 ## )
Note: See TracChangeset for help on using the changeset viewer.