aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tokens/confirm_problem.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/tokens/confirm_problem.html')
-rw-r--r--templates/web/default/tokens/confirm_problem.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/templates/web/default/tokens/confirm_problem.html b/templates/web/default/tokens/confirm_problem.html
deleted file mode 100644
index 723d515e1..000000000
--- a/templates/web/default/tokens/confirm_problem.html
+++ /dev/null
@@ -1,31 +0,0 @@
-[% INCLUDE 'header.html', title = loc('Confirmation') %]
-
-<h1>[% loc('Confirmation') %]</h1>
-
-<p class="confirmed">
-[% IF c.cobrand.is_council %]
-Thank you. You have successfully confirmed your report
-and this will now be investigated by the council.
-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.
-[% ELSE %]
-[%
- loc('You have successfully confirmed your problem');
- IF problem.bodies_str;
- loc(' and <strong>we will now send it to the council</strong>');
- END; %].
-[%
- tprintf(
- loc( 'You can <a href="%s%s">view the problem on this site</a>.' ),
- c.cobrand.base_url_for_report( problem ),
- problem.url
- );
-%]
-[% END %]
-</p>
-
-[% display_crosssell_advert( problem.user.email, problem.name ) %]
-
-[% INCLUDE 'footer.html' %]