annotate rhodecode/templates/email_templates/registration.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 400ca827f2c5
children 1de8abd9a4e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1731
31e6eb2fb4b2 implements #222 registration feedback
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 ## -*- coding: utf-8 -*-
31e6eb2fb4b2 implements #222 registration feedback
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 <%inherit file="main.html"/>
31e6eb2fb4b2 implements #222 registration feedback
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3
3054
400ca827f2c5 added i18n to email templates
Marcin Kuzminski <marcin@python-works.com>
parents: 1945
diff changeset
4 ${_('A new user have registered in RhodeCode')}
1731
31e6eb2fb4b2 implements #222 registration feedback
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5
31e6eb2fb4b2 implements #222 registration feedback
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 ${body}
31e6eb2fb4b2 implements #222 registration feedback
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7
31e6eb2fb4b2 implements #222 registration feedback
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8
3054
400ca827f2c5 added i18n to email templates
Marcin Kuzminski <marcin@python-works.com>
parents: 1945
diff changeset
9 ${_('View this user here')}: ${registered_user_url}