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
The navigtation.html is calling the /login/ view on logout. This is resulting in pretending the user is logged out. In reality it's just like going to the /login/ view. The user is still logged in. This can be seen by clicking logout and typing in the url of the index.html. Instead of calling this please make sure it's calling the correct logout function. ("{% url 'logout' %}")
The text was updated successfully, but these errors were encountered:
The navigtation.html is calling the /login/ view on logout. This is resulting in pretending the user is logged out. In reality it's just like going to the /login/ view. The user is still logged in. This can be seen by clicking logout and typing in the url of the index.html. Instead of calling this please make sure it's calling the correct logout function. ("{% url 'logout' %}")
The text was updated successfully, but these errors were encountered: