diff --git a/rhodecode/templates/email_templates/base.mako b/rhodecode/templates/email_templates/base.mako --- a/rhodecode/templates/email_templates/base.mako +++ b/rhodecode/templates/email_templates/base.mako @@ -7,7 +7,11 @@ ${_('This is a notification from RhodeCode. %(instance_url)s') % {'instance_url': instance_url}} -<%def name="body_plaintext()" filter="n,trim"> +<%def name="body_plaintext()" filter="n,trim"> +## this example is not called itself but overridden in each template +## the plaintext_footer should be at the bottom of both html and text emails +${self.plaintext_footer()} +