diff --git a/app/views/users/registrations/new.html.erb b/app/views/users/registrations/new.html.erb index 19412417b..f981a6ee5 100644 --- a/app/views/users/registrations/new.html.erb +++ b/app/views/users/registrations/new.html.erb @@ -2,8 +2,8 @@

Sign up

-
- <%= form_for(:user, as: resource_name, url: registration_path(resource_name), html: { id: "sign-up-form-ga" }) do |f| %> +
+ <%= form_for(:user, as: resource_name, url: registration_path(resource_name), html: { id: "sign-up-form" } ) do |f| %>
<%= f.label :full_name %>