cirandas.net

ref: master

plugins/escambo/views/account/_signup_page.html.erb


<% if @block_bot %>
  
<%=_('Are you a robot?')%>
<%=_('Please, prove that you are human by filling the captcha.')%>
<% end %> <% @profile_data = @person %> <%= labelled_form_for :user, :html => { :multipart => true, :id => 'signup-form', :honeypot => true } do |f| %> <%= recaptcha_tags :ajax => true, :display => {:theme => 'clean'} if @block_bot %>

<%= submit_button('save', _('Create my account')) %>

<% end -%>