aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/alert-update.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email/default/alert-update.html')
-rw-r--r--templates/email/default/alert-update.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/email/default/alert-update.html b/templates/email/default/alert-update.html
index ea24930b8..8c392685d 100644
--- a/templates/email/default/alert-update.html
+++ b/templates/email/default/alert-update.html
@@ -17,15 +17,9 @@ INCLUDE '_email_top.html';
<p style="[% p_style %]"><a href="[% unsubscribe_url %]">Unsubscribe from alerts about this report</a></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 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 %]">[% title | html %]</h2>
<p style="[% secondary_p_style %]">[% detail | html %]</p>
- [% end_padded_box %]
-</th>
+[% END %]
[% INCLUDE '_email_bottom.html' %]