Ignore:
Timestamp:
15 Nov 2005, 18:59:35 (19 years ago)
Author:
joachim
Message:

=fixed clearEnce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_student/eligibility.py

    r173 r175  
    4747    #pm.setPassword(pw)
    4848psm = '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                                  )
     49return 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.