smahesh29 / Django-WebApp

This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
MIT License
455 stars 349 forks source link

TemplateDoesNotExist at /login/ #14

Closed mhaddoudi closed 1 year ago

mhaddoudi commented 1 year ago

Hello! How can I solve this issue please, whenever I click on log in or sign up. I have this error displayed

TemplateDoesNotExist at /login/ bootstrap4/uni_form.html

sraonekumar commented 1 year ago

Just Removed " {{ form|crispy }}" in users/login.html template and updated with only " {{ form }}" it worked .

mhaddoudi commented 1 year ago

Thanks a lot, it worked!! I couldn't find out why. Have a nice day!