<% if error_messages_for(:user).blank? %> <% end %> <%= error_messages_for :user %>
<%= form_for user, :url => users_path do |f| -%> <%= render :partial => 'form', :locals => { :f => f } %> <%= f.text_field :special_event_id, :style => 'display:none' %> <% if current_site.use_recaptcha? %> <%= recaptcha_tags :display => {:theme => "clean"}, :public_key => current_site.recaptcha_public_key %> <% end %>
<%= link_to t("login.one"), login_path %>
* <%= t('mandatory_field')%>
<%= t('register.confirmation')%>
<% end -%>