Template does not exist error

I’m kinda lost by what you’re trying to accomplish here.

What is it that you want to have happen after the person logs off? (I’m not understanding why you’re trying to redirect to the logout page after they’ve logged out.)

I just have a page to let them know they’ve been logged off instead of tossing them back to say the loggin as once they’ve done the survey there is no reason to repeat it. It’s not a logout page - tehre is no logout button, for example, maybe I should just rename it to goodbye…

Then you want to redirect them to a different view that will render that page for them.

Correct, it’s a logout view.

Thanks for all your help. I decided to rename the page to avoid confusion and the program works as we want. Your patience and answers went a long way to helping me do that. 5 months ago when I started down this path by taking Stanford’s online intro to Python I wouldn’t have believed I could actually create a viable webpage so quickly. Thanks again.