aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tokens/confirm_update.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/tokens/confirm_update.html')
-rw-r--r--templates/web/default/tokens/confirm_update.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/web/default/tokens/confirm_update.html b/templates/web/default/tokens/confirm_update.html
deleted file mode 100644
index 56f04e12a..000000000
--- a/templates/web/default/tokens/confirm_update.html
+++ /dev/null
@@ -1,20 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Confirmation') %]
-
-<h1>[% loc('Confirmation') %]</h1>
-
-<p class="confirmed">
-[% IF creator_fixed %]
-[%
- tprintf(loc('Thank you &mdash; you can <a href="%s">view your updated problem</a> on the site.'), c.uri_for( '/report', problem_id ) );
-%]
-[% ELSE %]
-[%
- tprintf( loc('You have successfully confirmed your update and you can now <a href="%s">view it on the site</a>.'), c.uri_for( '/report',
- update.problem.id ) _ '#update_' _ update.id );
-%]
-[% END %]
-</p>
-
-[% display_crosssell_advert( update.user.email, update.name ) %]
-
-[% INCLUDE 'footer.html' %]