Files @ 7727faad5baf
Branch filter:

Location: kallithea/rhodecode/templates/email_templates/main.html

Marcin Kuzminski
fixed issue #671 commenting on pull requests sometimes used old JSON encoder and broke. This changeset replaces it's with RhodeCode json encoder to ensure all data is properly serializable
1
2
3
4
5
6
7
8
9
${self.body()}


<div>
--
<br/>
<br/>
<b>${_('This is a notification from RhodeCode.')}</b>
</div>