diff --git a/public/projects/blogger.html b/public/projects/blogger.html index cd4b3e3fc..ceb70a8ff 100644 --- a/public/projects/blogger.html +++ b/public/projects/blogger.html @@ -3007,12 +3007,12 @@
<div class="field">
- <%= f.label :password %><br />
- <%= f.password_field :password %>
+ <%= form.label :password %><br />
+ <%= form.password_field :password %>
</div>
<div class="field">
- <%= f.label :password_confirmation %><br />
- <%= f.password_field :password_confirmation %>
+ <%= form.label :password_confirmation %><br />
+ <%= form.password_field :password_confirmation %>
</div>
We also need to remember to go to our authors_controller.rb and include the :password and :password_confirmation in the author_params function.
With this in place, we can now go to http://localhost:3000/authors/new and we