From 461375a0de275ab92d901f08f3e911c867221dce Mon Sep 17 00:00:00 2001 From: mitri4 Date: Tue, 10 Nov 2020 16:52:58 +0300 Subject: [PATCH] Update chapter16-rango-hints.md --- manuscript/chapter16-rango-hints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!