Show More
@@ -7,7 +7,11 b'' | |||||
7 | ${_('This is a notification from RhodeCode. %(instance_url)s') % {'instance_url': instance_url}} |
|
7 | ${_('This is a notification from RhodeCode. %(instance_url)s') % {'instance_url': instance_url}} | |
8 | </%def> |
|
8 | </%def> | |
9 |
|
9 | |||
10 |
<%def name="body_plaintext()" filter="n,trim"> |
|
10 | <%def name="body_plaintext()" filter="n,trim"> | |
|
11 | ## this example is not called itself but overridden in each template | |||
|
12 | ## the plaintext_footer should be at the bottom of both html and text emails | |||
|
13 | ${self.plaintext_footer()} | |||
|
14 | </%def> | |||
11 |
|
15 | |||
12 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
16 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
13 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
17 | <html xmlns="http://www.w3.org/1999/xhtml"> |
General Comments 0
You need to be logged in to leave comments.
Login now