X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ab52cd256200176b5d37cbf8b2d65b89e61762c..d14cf519fd876274900758a903e7e390d38922d5:/app/views/user/new.html.erb
diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb
index 51808562f..7fd537d14 100644
--- a/app/views/user/new.html.erb
+++ b/app/views/user/new.html.erb
@@ -1,99 +1,82 @@
+<% content_for :head do %>
+ <%= javascript_include_tag "user" %>
+<% end %>
+
<% content_for :heading do %>
-
<%= t 'user.new.title' %>
+ <%= t '.title' %>
<% end %>
-<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'signup-form-wrapper standard-form fillL col6 pad2' } do %>
- <%= error_messages_for 'user' %>
-
+<%= 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? %>
-