comparison rhodecode/templates/email_templates/password_reset.html @ 3054:400ca827f2c5 beta

added i18n to email templates
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 01 Dec 2012 00:20:39 +0100
parents f91d3f9b7230
children 294413a5f11d
comparison
equal deleted inserted replaced
3053:d7e10699513b 3054:400ca827f2c5
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <%inherit file="main.html"/> 2 <%inherit file="main.html"/>
3 3
4 Hello ${user} 4 ${_('Hello')} ${user}
5 5
6 We received a request to create a new password for your account. 6 ${_('We received a request to create a new password for your account.')}
7 7
8 You can generate it by clicking following URL: 8 ${_('You can generate it by clicking following URL')}:
9 9
10 ${reset_url} 10 ${reset_url}
11 11
12 If you didn't request new password please ignore this email. 12 ${_('If you didn't request new password please ignore this email.')}