so i have installed crispy forms and have added it into the settings py file with also the template pack, and i have added the django all auth templates to my app folder so i can override them.
the templates work as i have used {% extends "testing/base.html "%} on the first line and it works perfectly … Only the problem is the crispy form filter not working, so its not styling it.
here is my settings.py file
Html file of login
Cirspy Form login page