You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a junior dev. I have an issue with this first line {% extends "account/login.html" %} in the template/account/login.html file. It looks like a circular dependency error. Can someone help me with this? Am I getting something wrong here? I thought this html file should extend a base.html some where else instead of extending itself.
I would appreciate your support.
The text was updated successfully, but these errors were encountered:
I am a junior dev. I have an issue with this first line {% extends "account/login.html" %} in the template/account/login.html file. It looks like a circular dependency error. Can someone help me with this? Am I getting something wrong here? I thought this html file should extend a base.html some where else instead of extending itself.
I would appreciate your support.
The text was updated successfully, but these errors were encountered: