diff --git a/rhodecode/templates/email_templates/changeset_comment.html b/rhodecode/templates/email_templates/changeset_comment.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/email_templates/changeset_comment.html @@ -0,0 +1,6 @@ +## -*- coding: utf-8 -*- +<%inherit file="main.html"/> + +

${subject}

+ +${body} \ No newline at end of file