aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/alert/confirm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/alert/confirm.html')
-rw-r--r--templates/web/default/alert/confirm.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/web/default/alert/confirm.html b/templates/web/default/alert/confirm.html
new file mode 100644
index 000000000..b53c33920
--- /dev/null
+++ b/templates/web/default/alert/confirm.html
@@ -0,0 +1,13 @@
+[% INCLUDE 'headerhtml', 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' %]