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
It seems there is a typo in the step-by-step tutorial. In the template for polls index page the link for the details page uses link - polls/{{ question.id }}/ containing an extra polls. It should be only {{ question.id }}/.
The text was updated successfully, but these errors were encountered:
consideratecode/django-tutorial-step-by-step#3
It seems there is a typo in the step-by-step tutorial. In the template for polls index page the link for the details page uses link -
polls/{{ question.id }}/
containing an extrapolls
. It should be only{{ question.id }}/
.The text was updated successfully, but these errors were encountered: