diff options
-rw-r--r-- | app/views/admin/users/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml index 8684a90202a..48876338a23 100644 --- a/app/views/admin/users/_form.html.haml +++ b/app/views/admin/users/_form.html.haml @@ -21,7 +21,7 @@ .clearfix = f.label :email .input - = f.text_field :email, required: true, autocomplete:"off" + = f.text_field :email, required: true, autocomplete: "off" %span.help-inline * required %fieldset |