cmc-csci040
cmc-csci040 copied to clipboard
Rendering 'base.html'
When a user clicks 'logout', I'm able to delete cookies and set is_logged_in = False, but the base.html doesn't update (It still has the logout tab visible). Only if I navigate to another tab or refresh the page does the base.html update. What's the best way to get the base.html to update while staying on the page or not refreshing? Is the only way to redirect the user to the homepage/any other page after logging out?
Yes, doing a redirect here is the best option.