source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantregemailsent.pt @ 7484

Last change on this file since 7484 was 7399, checked in by Henrik Bettermann, 13 years ago

Define send_mail function and move sendCredentials code from browser.py to utils.py.

File size: 317 bytes
Line 
1<h2>
2  Your registration for application process was successful
3</h2>
4
5<div>
6  <p>
7    An email with your user name and password
8    has been sent to <span tal:replace="view/email">user@foo.baz</span>.
9  </p>
10  <p>
11    Please check your email account to proceed.
12  </p>
13  <p>
14    Thanks for using SIRP!
15  </p>
16</div>
Note: See TracBrowser for help on using the repository browser.