blob: 2609b00277cad14a49685a66118db1d9a4dde0ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[%
email_summary = "Thanks for logging your update";
email_columns = 2;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
<th style="[% td_style %][% primary_column_style %]" id="primary_column">
[% start_padded_box | safe %]
<h1 style="[% h1_style %]">Your update has been logged</h1>
<p style="[% p_style %]">Your update has been logged on [% site_name %].</p>
[% TRY %][% INCLUDE '_council_reference.html' %][% CATCH file %][% END %]
<p style="margin: 20px auto; text-align: center">
<a style="[% button_style %]" href="[% cobrand.base_url_for_report(problem) %][% update.url %]">View my update</a>
</p>
[% end_padded_box | safe %]
</th>
[% WRAPPER '_email_sidebar.html'
object = update
report = problem %]
<p style="[% secondary_p_style %]">[% update.text | html %]</p>
[% END %]
[% INCLUDE '_email_bottom.html' %]
|