aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tokens
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/tokens')
-rw-r--r--templates/web/default/tokens/abuse.html7
-rw-r--r--templates/web/default/tokens/confirm_alert.html17
-rw-r--r--templates/web/default/tokens/confirm_problem.html31
-rw-r--r--templates/web/default/tokens/confirm_update.html20
-rw-r--r--templates/web/default/tokens/error.html9
5 files changed, 0 insertions, 84 deletions
diff --git a/templates/web/default/tokens/abuse.html b/templates/web/default/tokens/abuse.html
deleted file mode 100644
index d1b952621..000000000
--- a/templates/web/default/tokens/abuse.html
+++ /dev/null
@@ -1,7 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Error') %]
-
-<h1>[% loc('Error') %]</h1>
-
-<p>[% loc('Sorry, there has been an error confirming your problem.') %]</p>
-
-[% INCLUDE 'footer.html' %]
diff --git a/templates/web/default/tokens/confirm_alert.html b/templates/web/default/tokens/confirm_alert.html
deleted file mode 100644
index d23a658ec..000000000
--- a/templates/web/default/tokens/confirm_alert.html
+++ /dev/null
@@ -1,17 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Local RSS feeds and email alerts') %]
-
-<h1>[% loc('Local RSS feeds and email alerts') %]</h1>
-
-<p>
-[% IF confirm_type == 'subscribe' %]
- [% loc('You have successfully confirmed your alert.') %]
-[% ELSIF confirm_type == 'unsubscribe' %]
- [% loc('You have successfully deleted your alert.') %]
-[% ELSIF confirm_type == 'created' %]
- [% loc('You have successfully created your alert.') %]
-[% END %]
-</p>
-
-[% display_crosssell_advert( alert.user.email, alert.user.name ) %]
-
-[% INCLUDE 'footer.html' %]
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' %]
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' %]
diff --git a/templates/web/default/tokens/error.html b/templates/web/default/tokens/error.html
deleted file mode 100644
index e3fa6c170..000000000
--- a/templates/web/default/tokens/error.html
+++ /dev/null
@@ -1,9 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Error') %]
-
-<h1>[% loc('Error') %]</h1>
-
-[% contact_url = c.uri_for('/contact'); %]
-
-<p>[% tprintf( loc('Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href="%s">please let us know what went on</a> and we\'ll look into it.'), contact_url ) %]</p>
-
-[% INCLUDE 'footer.html' %]