mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
find_team: Automatically focus the target input box.
This commit is contained in:
parent
92979e3aac
commit
cf87f7cd38
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user