aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/alert/confirm.html
blob: 89b0e09f92e2c56e65bfbeb65ca3853f84bbeb8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[% 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>

[% INCLUDE 'footer.html' %]