diff options
Diffstat (limited to 'templates/web/default/tokens')
-rw-r--r-- | templates/web/default/tokens/confirm_alert.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/web/default/tokens/confirm_alert.html b/templates/web/default/tokens/confirm_alert.html new file mode 100644 index 000000000..07694cbb6 --- /dev/null +++ b/templates/web/default/tokens/confirm_alert.html @@ -0,0 +1,17 @@ +[% 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' %] |