diff options
Diffstat (limited to 'templates/web/default/alert')
-rw-r--r-- | templates/web/default/alert/confirm.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/web/default/alert/confirm.html b/templates/web/default/alert/confirm.html deleted file mode 100644 index 07694cbb6..000000000 --- a/templates/web/default/alert/confirm.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_crossell_advert( alert.user.email, alert.user.name ) %] - -[% INCLUDE 'footer.html' %] |