annotate rhodecode/templates/email_templates/main.html @ 3140:105a0374faa1 beta

admin, email test: fix test for test_email recipients
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jan 2013 13:56:40 +0100
parents 8ca4d9f64ae0
children
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 ${self.body()}
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 <div>
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 --
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 <br/>
7ff304d3028f Notification fixes
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 <br/>
2988
8ca4d9f64ae0 fixed typo in email notification
Marcin Kuzminski <marcin@python-works.com>
parents: 1888
diff changeset
8 <b>${_('This is a notification from RhodeCode.')}</b>
1888
f91d3f9b7230 White-space cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 1717
diff changeset
9 </div>