##// END OF EJS Templates
Merge branch default into stable
Merge branch default into stable

File last commit:

r1:854a839a default
r168:40e6b177 merge stable
Show More
base.mako
17 lines | 376 B | application/x-mako | MakoHtmlLexer
project: added all source files and assets
r1 ## -*- coding: utf-8 -*-
## headers we additionally can set for email
<%def name="headers()" filter="n,trim"></%def>
## plain text version of the email. Empty by default
<%def name="body_plaintext()" filter="n,trim"></%def>
${self.body()}
<div>
--
<br/>
<br/>
<b>${_('This is a notification from RhodeCode. %(instance_url)s') % {'instance_url': instance_url}}</b>
</div>