Getting Error - TemplateNotFound(template)
askillinda24 opened this issue · 0 comments
askillinda24 commented
Getting below error though I placed the templates in right place and right directory.
"jinja2.exceptions.TemplateNotFound: auth/register.html"
I followed the instructions until the end of below page and tried to run my flask app
https://flask.palletsprojects.com/en/3.0.x/tutorial/templates/
Got the above error.
Expected to see register page without any errors
http://127.0.0.1:5000/auth/register
Environment:
- Python version: 3.11
- Flask version: 3.0.0