% content_for :head do %>
<%= javascript_include_tag "user" %>
<% end %>
<% content_for :heading do %>
<%= t '.title' %>
<% end %>
<%= form_for current_user, :url => { :action => 'create' }, :html => { :class => 'standard-form fillL col6 inner22' } do |f| %>
<%= hidden_field_tag('referer', h(@referer)) unless @referer.nil? %>
<%= link_to raw(t(".use external auth")), "#", :id => "auth_enable" %>
<%= submit_tag t('.continue'), :tabindex => 8 %>
<% end %>
<%= t '.about.header' %>
<%= t '.about.html' %>