diff --git a/rhodecode/templates/email_templates/default.html b/rhodecode/templates/email_templates/default.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/email_templates/default.html @@ -0,0 +1,4 @@ +## -*- coding: utf-8 -*- +<%inherit file="main.html"/> + +${body} \ No newline at end of file