diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index 670739246..e4c884d83 100644
--- a/app/views/users/edit.html.haml
+++ b/app/views/users/edit.html.haml
@@ -1,11 +1,11 @@
+%h1.big_text
+ .back
+ = link_to "⇧ home", root_path
+
+ Editing your profile
+
= form_for @user do |f|
- %h1.big_text
- .back
- = link_to "⇧ home", root_path
-
- Editing your profile
-
= f.error_messages
diff --git a/app/views/users/index.html.haml b/app/views/users/index.html.haml
index 3f14d8ce3..bbd50ddd0 100644
--- a/app/views/users/index.html.haml
+++ b/app/views/users/index.html.haml
@@ -1,3 +1,9 @@
+%h1.big_text
+ .back
+ = link_to "⇧ home", root_path
+
+ Search
+
%p
=form_tag '/users', :method => "get" do
= text_field_tag :q