- Timestamp:
- 3 Apr 2012, 20:40:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantregister.pt
r7811 r8033 16 16 </tbody> 17 17 </table> 18 <p i18n:translate="" >18 <p i18n:translate="" tal:condition="python: context.mode=='create'"> 19 19 An account will be created for you and an email with your login 20 credentials will be sent to the address provided. 21 </p> 22 <p i18n:translate="" tal:condition="python: context.mode=='update'"> 23 Your application record will be looked up and an email with your login 20 24 credentials will be sent to the address provided. 21 25 </p>
Note: See TracChangeset for help on using the changeset viewer.