diff options
Diffstat (limited to 'app/views/users/new.html.erb')
-rw-r--r-- | app/views/users/new.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index c23f76d..5e369ac 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -23,6 +23,8 @@ <%= f.password_field :password_confirmation %> </p> <p> + <%= show_simple_captcha %> + <%= f.submit("Be a Leaguer", :class => "signup") %> </p> <% end %> |