mirror of https://github.com/zulip/zulip.git
5 lines
250 B
Handlebars
5 lines
250 B
Handlebars
|
<form id="change_email_container" class="new-style">
|
||
|
<label for="email">{{t "New email" }}</label>
|
||
|
<input type="text" name="email" value="{{ page_params.delivery_email }}" autocomplete="off" spellcheck="false" autofocus="autofocus"/>
|
||
|
</form>
|