Files @ 4b17216f2110
Branch filter:

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

Marcin Kuzminski
Deprecated validation of operating system, we just care if it's windows, let approve all other
systems.
- help to supports cases like cygwin etc
- fixed typo in auth decorator
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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