From f713c6bacd880d3c448692828c2facbef57bc438 Mon Sep 17 00:00:00 2001
From: Jason Denney <jasondenney@gmail.com>
Date: Tue, 25 Jun 2013 22:06:43 -0400
Subject: [PATCH] Forgot to remove nickname from registration form

---
 app/views/devise/registrations/new.html.haml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml
index fb3f7f3..b2393d7 100644
--- a/app/views/devise/registrations/new.html.haml
+++ b/app/views/devise/registrations/new.html.haml
@@ -14,10 +14,6 @@
     = f.label :last_name
     %br/
     = f.text_field :last_name
-  %div
-    = f.label :nickname
-    %br/
-    = f.text_field :nickname
   %div
     = f.label :email
     %br/