diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index afa13e4..26f4bc0 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -2,8 +2,6 @@
To get your token, join the Minecraft server (redstoner.com) and use the /token command.
- <%= form_for @user do |f| %>| <%= f.label :registration_token, "Token" %> | -<%= text_field_tag :registration_token, nil, placeholder: "abcdef", required: true, pattern: "[a-z]{6}", title: "6 character token", "x-moz-errormessage" => "6 character token" %> | +<%= text_field_tag :registration_token, nil, placeholder: "abcdef", required: true, pattern: "[a-z]{6}", title: "6 character token", "x-moz-errormessage" => "6 character token" %> + To get your token, join the Minecraft server (redstoner.com) and use the /token command. + |
| <%= f.label :password, "Password" %> |