diff options
Diffstat (limited to 'templates/web/default/alert/updates.html')
-rw-r--r-- | templates/web/default/alert/updates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/alert/updates.html b/templates/web/default/alert/updates.html index 88b014ff6..76b5ef23e 100644 --- a/templates/web/default/alert/updates.html +++ b/templates/web/default/alert/updates.html @@ -11,7 +11,7 @@ <form action="/alert/subscribe" method="post"> <label class="n" for="alert_rznvy">[% loc('Email:') %]</label> -<input type="text" name="rznvy" id="alert_rznvy" value="[% email | html %]" size="30"> +<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') %]"> |