You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
As I was reading and implementing the book, I noticed a small typo on pages 275 and 276 (images are attached).
We want to display the list of users registered with rango and therefore in list_profiles.html write
...
<divclass="container"><divclass="row">
{% if user_profile_list %}
<divclass="panel-body"><divclass="list-group">
{% for list_user in user_profile_list %}
...
But on the next page, while creating a view for it in views.py , the code in the book adds the profiles under the key 'userprofile_list' instead of 'user_profile_list.
Hi,
As I was reading and implementing the book, I noticed a small typo on pages 275 and 276 (images are attached).
We want to display the list of users registered with rango and therefore in
list_profiles.html
writeBut on the next page, while creating a view for it in
views.py
, the code in the book adds the profiles under the key 'userprofile_list' instead of 'user_profile_list.This leads to an error. I hope you fix it.
P.S: The book has been great. Love from India!
Screenshots of the book
The text was updated successfully, but these errors were encountered: