I cant tell where there is an error in my code. It just doesnt work as expected. My views.py My models. My forms.py I have tried but it works only after I select a year and refresh manually with the year selcted, that’s when the terms appear. I tried following the code by Vitor Freitas but couldn’t get it working.
Tag: django-crispy-forms
TemplateDoesNotExist at /users/register/ bootstrap5/uni_form.html
I am building a registration form for my django project, and for styling it I am using crispy forms. But, when I run my server and go to my registration page, I see this error: This doesn’t look like the usual TemplateDoesNotExistError I get. I think this is the error in my crispy form, because if I remove the crispy