aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/alert/updates.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/alert/updates.html')
-rw-r--r--templates/web/base/alert/updates.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/web/base/alert/updates.html b/templates/web/base/alert/updates.html
new file mode 100644
index 000000000..5efc41bac
--- /dev/null
+++ b/templates/web/base/alert/updates.html
@@ -0,0 +1,21 @@
+[% title = loc('Local RSS feeds and email alerts') %]
+
+[% INCLUDE 'header.html', title => title %]
+
+
+[% INCLUDE 'errors.html' %]
+
+<p>
+[% loc('Receive email when updates are left on this problem.') %]
+</p>
+
+<form action="/alert/subscribe" method="post">
+<label class="n" for="alert_rznvy">[% loc('Email:') %]</label>
+<input type="email" name="rznvy" id="alert_rznvy" value="[% email | html %]" size="30">
+<input type="hidden" name="id" value="[% problem_id | html %]">
+<input type="hidden" name="type" value="updates">
+<input type="submit" value="[% loc('Subscribe') %]">
+</form>
+
+
+[% INCLUDE 'footer.html' %]