diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index 031191010..e7da24728 100644
--- a/app/views/users/edit.html.haml
+++ b/app/views/users/edit.html.haml
@@ -1,4 +1,4 @@
-- title "Edit Profile"
+%h3 Editing Profile
= form_for @user do |f|
= f.error_messages
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index f922e19b8..dbf775230 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -1,5 +1,5 @@
%h1 user page!
-.span-18.last
+.span-20.last
%h1= "#{@user.real_name}"
- if @user_profile
%p