Ignore:
Timestamp:
22 Jun 2013, 06:46:20 (11 years ago)
Author:
Henrik Bettermann
Message:

Enable PUTME landing page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py

    r10287 r10337  
    2727    """
    2828
    29     #def _redirect(self, email, password, applicant_id):
    30     #    # Forward email and credentials to landing page.
    31     #    self.redirect(self.url(self.context, 'registration_complete',
    32     #        data = dict(email=email, password=password,
    33     #        applicant_id=applicant_id)))
    34     #    return
     29    def _redirect(self, email, password, applicant_id):
     30        # Forward email and credentials to landing page.
     31        self.redirect(self.url(self.context, 'registration_complete',
     32            data = dict(email=email, password=password,
     33            applicant_id=applicant_id)))
     34        return
    3535
    3636class CustomApplicantEditFormPage(NigeriaApplicantEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.