Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Django Forms Forms Showing a Form in a View

nakalkucing
nakalkucing
12,964 Points

Django Forms: Fix for broken links in the Teacher's Notes. :)

Howdy y'all! This isn't a question. In most of the Teacher's Notes for this course there are broken links to the Django docs. That's because the original link will take you to this url: https://docs.djangoproject.com/en/1.9/ref/csrf/ (Note that 9 in the url.) While my solution link takes you to nearly the same url, but replaces that 9 with an 8: https://docs.djangoproject.com/en/1.8/ref/csrf/ (My examples are for the link beneath this video: Showing a Form in a View)

Having now gone through the entire Django Forms course. I can say that any broken link to the Django docs can be fixed by simply replacing the 9 in the urls with an 8.

Hope this helps! :)

Mark Sebeck
Mark Sebeck
Treehouse Moderator 37,836 Points

Nice catch. Always helpful when students not only find issues but also give the solution. Thanks!

1 Answer

nakalkucing
nakalkucing
12,964 Points

Ps. I contacted support, and they said they were getting on it. So this fix might become obsolete shortly. :)