Files @ 6f71e6f81c9f
Branch filter:

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

Marcin Kuzminski
Fix bold beeing not escaped in emails and make the email form more consistent
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

% if status_change is not None:
<div>
    ${_('New status$')} -> ${status_change}
</div>
% endif