templates: Remove references to undefined fields.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-03-22 02:12:15 -07:00
committed by Tim Abbott
parent a1f530fcc0
commit 36475daba7
12 changed files with 12 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
</p>
<div class="new-style">
<label class="checkbox">
<input type="checkbox" class="send_email" data-key="{{ key }}" />
<input type="checkbox" class="send_email" />
<span></span>
{{t "Notify this user by email?" }}
</label>