diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-08 14:30:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-08 14:30:41 +0100 |
commit | 0cecc6857351bfe9a80240a8c0910debd9f8dbe9 (patch) | |
tree | 06e97dd24fae37672f2f328f5d5c73cba883892f /templates/email/default/problem-confirm-not-sending.html | |
parent | 920a758bbead7d5d3709e459466d9ea34fe157ef (diff) | |
parent | bf53b8ef979e35e18b28c924b61ccade999833d7 (diff) |
Merge branch '1469-html-email-fixes'
Diffstat (limited to 'templates/email/default/problem-confirm-not-sending.html')
-rw-r--r-- | templates/email/default/problem-confirm-not-sending.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/email/default/problem-confirm-not-sending.html b/templates/email/default/problem-confirm-not-sending.html index 6b60afbcf..dad5b64bc 100644 --- a/templates/email/default/problem-confirm-not-sending.html +++ b/templates/email/default/problem-confirm-not-sending.html @@ -22,15 +22,9 @@ council.</p> <p style="[% p_style %]">If you no longer wish to publish this report, please take no further action.</p> [% end_padded_box %] </th> -<th style="[% td_style %][% secondary_column_style %]" id="secondary_column"> - <img style="[% map_image_style %]" src="[% inline_image(report.static_map, 'map.jpeg') %]" width="310" height="200" alt=""> - [% start_padded_box %] - [% IF report.photo %] - <img style="[% preview_photo_style %]" src="[% inline_image(report.get_first_image_fp) %]" alt="" align="right"> - [% END %] +[% WRAPPER '_email_sidebar.html' object = report %] <h2 style="[% h2_style %]">[% report.title | html %]</h2> <p style="[% secondary_p_style %]">[% report.detail | html %]</p> - [% end_padded_box %] -</th> +[% END %] [% INCLUDE '_email_bottom.html' %] |