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 trialRoger Finlayson
3,236 PointsI cannot get the form to display. jinja2.exceptions.TemplateNotFound: register.html
I'm pretty sure there is a typo somewhere in my code, but there were so many videos in this class before being able to test any of the code I can't determine where the error is. If someone can point me in the direction to look I would appreciate it.
Roger Finlayson
3,236 PointsThank you, the directory was named template, not templates.
Workspace is https://teamtreehouse.com/workspaces/15098052#
Chris Freeman
Treehouse Moderator 68,441 PointsGreat. Moving comment to answer.
1 Answer
Chris Freeman
Treehouse Moderator 68,441 PointsCheck that your template is in a directory named templates
as in templates/register.html
. You can also post a link to your workshop snapshot.
Andrew Winkler
37,739 PointsAndrew Winkler
37,739 PointsCan you please post your existing code?