source: main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregemailsent.pt @ 8351

Last change on this file since 8351 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

File size: 349 bytes
Line 
1<div i18n:domain="waeup.kofa">
2  <p>
3    <span i18n:translate=""> An email with your user name and password
4    has been sent to
5    </span>
6    <span tal:replace="view/email">user@foo.baz</span>.
7  </p>
8  <p i18n:translate="">
9    Please check your email account to proceed.
10  </p>
11  <p  i18n:translate="">
12    Thanks for using Kofa!
13  </p>
14</div>
Note: See TracBrowser for help on using the repository browser.