Received jinja error and directed to jinja error page rather than web app when running 127.0.0.1.
Error said and provided traceback of all places where I got error such as view.py:TemplateSyntaxErrorjinja2.exceptions.TemplateSyntaxError: Unexpected end of template. Jinja was looking for the following tags: 'endblock'. The innermost block that needs to be closed is 'block'.
Traceback (most recent call last)
I was expecting it to come out like the yt vid: https://www.youtube.com/watch?v=dam0GPOAvVI&t=2868s and direct me to a sign up page.enter image description here