ref: master
app/views/account/_signup_page.html.erb
<% if @block_bot %><%=_('Are you a robot?')%><% end %> <% @profile_data = @person %> <%= error_messages_for :user, :person, :header_message => _('The account could not be created') %> <%= labelled_form_for :user, :html => { :multipart => true, :id => 'signup-form', :honeypot => true } do |f| %> <%= render :partial => 'signup_form', :locals => {:f => f} %> <%= recaptcha_tags :ajax => true, :display => {:theme => 'clean'} if @block_bot %>
<%=_('Please, prove that you are human by filling the captcha.')%><%= submit_button('save', _('Create my account')) %>
<% end -%>