divanov11 / Django-To-Do-list-with-user-authentication

To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.
210 stars 115 forks source link

Logout funcinality does not work properly #23

Open AsrarTamim opened 8 months ago

AsrarTamim commented 8 months ago

target file /base/template/base/task_list.html

Varunbtech9682 commented 6 months ago

what's the alternate solution for this issue?

gaurav-cheema commented 3 months ago

You have you use POST method and not get to make it to work. Instead of the tag, use form and button and set the method to POST.