Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
298 stars 143 forks source link

jinja2.exceptions.TemplateNotFound: The main branch does not have the html files #153

Closed wartrax13 closed 1 month ago

C0N50 commented 2 months ago

Hey wartrax13,

We were able to fix the template not found error by taking the html files off of the main repo, creating an identity folder under templates and then copying the files in.

https://github.com/Azure-Samples/ms-identity-python/tree/main/ms_identity_python/templates/identity

wartrax13 commented 2 months ago

Hi @C0N50 ! Obviously. I left the issue so that newbies who are reading the documentation that directs this repository do not fall into this trap. The repository owner could put the templates... it doesn't cost anything.

zynk commented 1 month ago

Thank you for leaving this up, very annoying.