aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/tokens/confirm_update.html
blob: 6b03308a50bbf1bad54c0a26b245d3bc520330da (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
28
[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Confirmation');

DEFAULT problem = update.problem;
IF update;
    SET problem_url = update.url;
ELSE;
    SET problem_url = problem.url;
END;

%]

<div class="confirmation-header">

  <h1><a href="[% problem_url %]">[% problem.title %]</a></h1>

  <h2>[% loc('Thank you for updating this issue!') %]</h2>

</div>

[% INCLUDE
  next_steps.html,
  just_interacted = 1,
  utm_content = 'update confirmed',
  share_url = c.cobrand.base_url_for_report(problem) _ problem.url,
  twitter_comment = loc('I just updated a problem on @fixmystreet')
%]

[% INCLUDE 'footer.html' %]