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

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

<p class="confirmed">
Thank you for your report which will be updated as soon as possible.
You can <a href="[% c.cobrand.base_url_for_report( problem ) %][% problem.url %]">view the problem on this site</a>.
</p>

<p>Your reference for this problem is [% problem.id %], please quote it in any enquiries.

[% display_crosssell_advert( problem.user.email, problem.name ) %]

[% INCLUDE 'footer.html' %]