Skip to content

Update chapter16-rango-hints.md #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manuscript/chapter16-rango-hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down Expand Up @@ -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 `<img>` tag.
I> - Substitution images can be obtained from [`https://lorempixel.com`](https://lorempixel.com). As an example, you can use [`<img width="64" height="64" src="https://lorempixel.com/64/64/people/"/>`](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!
I> - Substitution images can be obtained from [`https://lorempixel.com`](https://lorempixel.com). As an example, you can use [`<img width="64" height="64" src="https://lorempixel.com/64/64/people/"/>`](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!