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 More on Models Question and Answer Models

Cristian Romero
Cristian Romero
11,911 Points

Quiz_detail.html & text_detail.html MISSING

Hi Kenneth Love,

When will Teamtreehouse be updated their workspace for this video?

Apparently not soon haha, I'm still looking for it

1 Answer

Brice Roberts
Brice Roberts
22,415 Points

For future students that may not be able to figure this out...

You can rename the file "step_detail.html" to "text_detail.html" Then, create a new file "quiz_detail.html" in the same directory, and copy and paste all of the html code from "text_detail.html" into the new file.

Delete the line

{{ step.content|markdown_to_html }}

And, replace it with Quiz questions go here.

You can then follow along, as is, after saving everything.