From 37bc734fb8085139f79f2cb81de51400df1bc07a Mon Sep 17 00:00:00 2001 From: Tallys Martins Date: Mon, 15 Aug 2016 14:56:23 -0300 Subject: [PATCH] Insert custom fields before terms of use --- app/views/account/_signup_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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