Changeset 10337 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 22 Jun 2013, 06:46:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py
r10287 r10337 27 27 """ 28 28 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 #return29 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 35 35 36 36 class CustomApplicantEditFormPage(NigeriaApplicantEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.