diff --git a/app/views/admin/registrars/_form.html.erb b/app/views/admin/registrars/_form.html.erb index 33210b4fb..c8d48a2b8 100644 --- a/app/views/admin/registrars/_form.html.erb +++ b/app/views/admin/registrars/_form.html.erb @@ -14,7 +14,7 @@ <%= f.label :name %>
- <%= f.text_field(:name, class: 'form-control') %> + <%= f.text_field :name, class: 'form-control', autofocus: true %>