X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/54ae072d1ea9cf7d00bdeb6ab6200160ec9d1a68..898c47e647fbffcd0543b78033945b04f1b9aeae:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index feed6c982..b086eabf3 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -18,7 +18,7 @@ <%= error_messages_for 'user' %> -<% form_tag :action => 'save' do %> +<% form_tag :action => 'terms' do %> <%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> @@ -36,6 +36,6 @@
<%= t 'user.new.email address' %><%= text_field('user', 'email',{:size => 50, :maxlength => 255, :tabindex => 1}) %>
<% end %> -<%= javascript_include_tag 'http://ethnio.com/remotes/62786' %> +<%= javascript_include_tag 'https://ethnio.com/remotes/62786' %> <% end %>