Files @ a87aa385f21c
Branch filter:

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

Marcin Kuzminski
fixed repo_create permission by adding missing commit statements
- added few tests for checking permission in UserModel
- added __json__() into get_dict() to fetch from it hybrid_properties and any additional custom properties
- code garden
1
2
3
4
5
6
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${subject}</h4>

${body}