aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/tokens/confirm_problem.html
blob: 52376adcef02b0c36623866424ad48bb9c16ed45 (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.relative_url_for_report( report ),
        report.url
    );
%]
</p>

[% INCLUDE 'footer.html' %]