annotate rhodecode/templates/email_templates/password_reset.html @ 3284:c36fee21cd83 beta

quick repo list: public/private icon control should only control icons, not repo visibility
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 18:32:54 +0100
parents 294413a5f11d
children 5c310b7b01ce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1717
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 ## -*- coding: utf-8 -*-
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 <%inherit file="main.html"/>
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3
3054
400ca827f2c5 added i18n to email templates
Marcin Kuzminski <marcin@python-works.com>
parents: 1888
diff changeset
4 ${_('Hello')} ${user}
1717
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5
3054
400ca827f2c5 added i18n to email templates
Marcin Kuzminski <marcin@python-works.com>
parents: 1888
diff changeset
6 ${_('We received a request to create a new password for your account.')}
1717
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7
3054
400ca827f2c5 added i18n to email templates
Marcin Kuzminski <marcin@python-works.com>
parents: 1888
diff changeset
8 ${_('You can generate it by clicking following URL')}:
1717
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 ${reset_url}
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11
3058
294413a5f11d fix string formatting
Marcin Kuzminski <marcin@python-works.com>
parents: 3054
diff changeset
12 ${_("If you didn't request new password please ignore this email.")}