[Answered ]-I don't see my login.html template

2👍

You probably wanted to use {% block base_content %} instead {% block content %} in your login.html template as you have {% block base_content %} in your base.html template.

Leave a comment