From f0d8f2766bf0a17568c923e50990c641934d753a Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 18 Oct 2014 20:32:19 -0400 Subject: [PATCH] remove request invite from the sign up form --- app/views/users/registrations/new.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/users/registrations/new.html.erb b/app/views/users/registrations/new.html.erb index 1f835e30..b5865fc5 100644 --- a/app/views/users/registrations/new.html.erb +++ b/app/views/users/registrations/new.html.erb @@ -22,8 +22,6 @@ <%= f.text_field :joinedwithcode %>
<%= f.submit "Sign up!" %>
- -

Don't have an access code?
Request an Invite
<% end %>