aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/tokens/confirm_problem.html
blob: d2025f12474076d639fac7be3ed9034047075d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[% INCLUDE 'header.html', title = loc('Confirmation') %]

<h1>[% loc('Confirmation') %]</h1>

[%    
    loc('You have successfully confirmed your email address.');
    tprintf(
        loc( 'You can <a href="%s%s">view the problem on this site</a>.' ),
        c.cobrand.base_url_for_report( report ),
        report.url
    );
%]
</p>

[% INCLUDE 'footer.html' %]