X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1a8d73c0244a1455fc0d2fc24f1cbefdebedf1a1..b7b68aee36b19700aa95a3ea613bede6a841f7ee:/app/views/user/terms.html.erb?ds=sidebyside diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index eab21e455..f006fde77 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -11,14 +11,9 @@ <%= label_tag "legale_#{legale}", t('user.terms.legale_names.' + name) %> @@ -38,19 +33,11 @@
<%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> - <% 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' %>
+<%= raw 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 %>