mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
find_team: Automatically focus the target input box.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<form class="form-inline" id="find_my_team" name="email_form"
|
||||
action="{{ current_url() }}" method="post">
|
||||
{{ csrf_input }}
|
||||
<input type="text" class="form-control required"
|
||||
<input type="text" class="form-control required" autofocus
|
||||
placeholder="{{ _("Enter email addresses") }}"
|
||||
id="emails" name="emails"/>
|
||||
<button type="submit" class="btn btn-primary">{{ _('Find team') }}</button>
|
||||
|
||||
Reference in New Issue
Block a user