Files @ f3417f0d54b5
Branch filter:

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

Marcin Kuzminski
fixed default sorting on main page with sorting using wrapped lower() call on database level
1
2
3
4
5
6
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}