diff --git a/manuscript/chapter16-rango-hints.md b/manuscript/chapter16-rango-hints.md
index 33b7105..fe18a70 100644
--- a/manuscript/chapter16-rango-hints.md
+++ b/manuscript/chapter16-rango-hints.md
@@ -330,7 +330,7 @@ With this complete, we now need to tell our project what to do with this extende
# New line below -- don't forget the slash after register!
path('accounts/register/',
- MyRegistrationView.as_view(),
+ views.MyRegistrationView.as_view(),
name='registration_register'),
path('accounts/', include('registration.backends.simple.urls')),
@@ -720,4 +720,4 @@ I> ### Hints
I> The following hints may help you complete the above exercises.
I>
I> - For the first exercise, you will need to use the `
` tag.
-I> - Substitution images can be obtained from [`https://lorempixel.com`](https://lorempixel.com). As an example, you can use [`
`](https://lorempixel.com/64/64/people/) to obtain a 64x64 placeholder image. Adjust the dimensions as you see fit. Beware that the image may take a few seconds to load!
\ No newline at end of file
+I> - Substitution images can be obtained from [`https://lorempixel.com`](https://lorempixel.com). As an example, you can use [`
`](https://lorempixel.com/64/64/people/) to obtain a 64x64 placeholder image. Adjust the dimensions as you see fit. Beware that the image may take a few seconds to load!