mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
templates: Remove references to undefined fields.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a1f530fcc0
commit
36475daba7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user