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 Flask Basics Templates and Static Files Flat HTML

Alex Diaz
Alex Diaz
4,930 Points

Can't find add.html for some reason

Hello, i'm trying to follow along with the video but i've ran into a problem, I'm trying to run my code but it's saying it can't find add.html but I have no idea what's going on because i'm sure i'm doing everything correctly. Thank you

Screenshots of workspaces- http://i.imgur.com/lALk26l.png http://i.imgur.com/5MRGAZD.png http://i.imgur.com/wxV7iXy.png

1 Answer

Anson Tio
Anson Tio
5,448 Points

i think you misspelled the "templates" folder. Try changing the folder name from "teplates" to "templates"

Alex Diaz
Alex Diaz
4,930 Points

Yep thats it. Wow, I never even realized that! lol, thank you so much!

Ludovic Dumas
Ludovic Dumas
12,245 Points

thanks, I was missing the "S" of templateS :)