Files @ c5169e445fb8
Branch filter:

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

Marcin Kuzminski
Full IP restrictions enabled
- short cache query for IP for performance
- remove redundant logic
- some small css fixes for login form to better show IP restricted message
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}

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