diff --git a/app/views/account/_signup_form.html.erb b/app/views/account/_signup_form.html.erb index 46be23a..d8ae0b7 100644 --- a/app/views/account/_signup_form.html.erb +++ b/app/views/account/_signup_form.html.erb @@ -109,6 +109,7 @@ <%= safe_join(@plugins.dispatch(:signup_extra_contents).collect { |content| instance_eval(&content) }, "") %> + <%= render :partial => 'shared/custom_fields', :locals => {:f => f, :profile => @person, :signup => true} %> <%= template_options(:people, 'profile_data') %> <% unless @terms_of_use.blank? %> @@ -126,7 +127,6 @@ <%= recaptcha_tags :ajax => true, :display => {:theme => 'clean'} if @block_bot %> -<%= render :partial => 'shared/custom_fields', :locals => {:f => f, :profile => @person, :signup => true} %>
<%= submit_button('save', _('Create my account')) %> -- libgit2 0.21.2