django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.86k stars 939 forks source link

Typo in href in the template? #1520

Closed nakib103 closed 2 months ago

nakib103 commented 2 months ago

https://github.com/consideratecode/django-tutorial-step-by-step/issues/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 extra polls. It should be only {{ question.id }}/.

bmispelon commented 2 months ago

Hi,

Thanks for the report, but this issue tracker is for the djangoproject.com website itself. The tutorial you're referencing is not affiliated with us.