blob: 3dc4bed97ccdf30bff6cde7d65125daf42daed8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[% 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.') %]
[% END %]
</p>
[% display_crossell_advert( alert.user.email, alert.user.name ) %]
[% INCLUDE 'footer.html' %]
|