diff --git a/app/views/admin/users/new.html.haml b/app/views/admin/users/new.html.haml
index 3af4fa455..67d4d3803 100644
--- a/app/views/admin/users/new.html.haml
+++ b/app/views/admin/users/new.html.haml
@@ -3,11 +3,6 @@
%h2.title= t("layout.users.new_header")
.inner
= form_for @user, :url => users_path, :html => { :class => :form } do |f|
- .leftlist
- = f.label :uname, t("activerecord.attributes.user.uname")
- .rightlist
- = f.text_field :uname
- .both
.leftlist
= f.label :password, t("activerecord.attributes.user.password")
.rightlist
@@ -22,3 +17,4 @@
- content_for :sidebar do
.bordered.nopadding
+= render 'admin/submenu'
\ No newline at end of file