diff options
Diffstat (limited to 'templates/web/default/alert/updates.html')
-rw-r--r-- | templates/web/default/alert/updates.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/web/default/alert/updates.html b/templates/web/default/alert/updates.html deleted file mode 100644 index 5efc41bac..000000000 --- a/templates/web/default/alert/updates.html +++ /dev/null @@ -1,21 +0,0 @@ -[% 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' %] |