Hi Vince
Ideally, after the user logs out, leave them on a page that does not have the login form.
Then when they come to login they will get a fresh form.
That aside, I have disabled csrf on login forms sometimes. There is a remote possibility of a vulnerability on login, but I don't understand it.
Logout should not need it because if the csrf token expires, the user's session has already expired and they cannot logout anyway.
Suppose your session time is 120 minutes, you can have a small javascript on the page that redirects the browser to a new page that says "you are logged out" if 120 minutes passes without the page being refreshed.