# HG changeset patch # User lisaq # Date 2016-07-28 12:40:49 # Node ID b80b7fa8febd4fdab0fef21024743aac7dcd713a # Parent dcd63aa255be70974bfae3aedb5896b162e13bd9 notifications: example in base email template 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()} +