aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/update-confirm.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-08-08 13:38:42 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-08-08 14:28:06 +0100
commitbf53b8ef979e35e18b28c924b61ccade999833d7 (patch)
tree61b4836e154d7072f19a2a743d25d6af6e10b56c /templates/email/default/update-confirm.html
parent025274d4b79c56432b0abf99983c940a6c2bd08c (diff)
Factor out HTML email sidebar to own template.
Diffstat (limited to 'templates/email/default/update-confirm.html')
-rw-r--r--templates/email/default/update-confirm.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/templates/email/default/update-confirm.html b/templates/email/default/update-confirm.html
index 019bc9e0d..c2a39c0e5 100644
--- a/templates/email/default/update-confirm.html
+++ b/templates/email/default/update-confirm.html
@@ -20,14 +20,10 @@ INCLUDE '_email_top.html';
<p style="[% p_style %]">If you no longer wish to confirm this update, 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(problem.static_map, 'map.jpeg') %]" width="310" height="200" alt="">
- [% start_padded_box %]
- [%~ IF update.photo %]
- <img style="[% preview_photo_style %]" src="[% inline_image(update.get_first_image_fp) %]" alt="" align="right">
- [%~ END %]
+[% WRAPPER '_email_sidebar.html'
+ object = update
+ report = problem %]
<p style="[% secondary_p_style %]">[% update.text | html %]</p>
- [% end_padded_box %]
-</th>
+[% END %]
[% INCLUDE '_email_bottom.html' %]