Files @ b78e6f7f3ab9
Branch filter:

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

xpol
Change the translated term for 'fork', its now translated as '复刻'. (Thanks Hanlei Qin <qinhanlei@gmail.com>)
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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