diff options
| -rw-r--r-- | app/views/users/new.html.haml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml index bf7ae31..bc36068 100644 --- a/app/views/users/new.html.haml +++ b/app/views/users/new.html.haml @@ -1,7 +1,9 @@  -#  -# This form is handled entirely by javascript  -# Please take care when changing element ids. --# The form hidden when no js is available to prevent submission in the clear. +-#  +-# The form is hidden when no js is available  +-# to prevent submission in the clear.  -#  - form_options = {url: '/not-used', html: {id: 'new_user', class: user_form_class('form-horizontal'), style: 'display:none'}, validate: true} | 
