X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a99b5169626d3369886c471e846020fbff301dbc..7bf44e6870ba3448080a5453a43799562174ae48:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index 2ab2c7ebd..e4644e815 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -33,18 +33,19 @@
<%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> - <% if params[:user] %> + <% if @user.new_record? %> <%= hidden_field('user', 'email') %> <%= hidden_field('user', 'email_confirmation') %> <%= hidden_field('user', 'display_name') %> <%= hidden_field('user', 'pass_crypt') %> <%= hidden_field('user', 'pass_crypt_confirmation') %> + <%= hidden_field('user', 'openid_url') %> <% end %>
+<%= t 'user.terms.guidance', :summary => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %>
<% end %>