Changeset 8760


Ignore:
Timestamp:
19 Jun 2012, 11:14:52 (12 years ago)
Author:
Henrik Bettermann
Message:

Disable PUTME landing page.

File:
1 edited

Legend:

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

    r8716 r8760  
    191191    """
    192192
    193     def _redirect(self, email, password, applicant_id):
    194         # Forward email and credentials to landing page.
    195         self.redirect(self.url(self.context, 'registration_complete',
    196             data = dict(email=email, password=password,
    197             applicant_id=applicant_id)))
    198         return
     193    #def _redirect(self, email, password, applicant_id):
     194    #    # Forward email and credentials to landing page.
     195    #    self.redirect(self.url(self.context, 'registration_complete',
     196    #        data = dict(email=email, password=password,
     197    #        applicant_id=applicant_id)))
     198    #    return
Note: See TracChangeset for help on using the changeset viewer.