CSRF and browser back button

Hi! Csrf protection works fine with Slim, but how to handle back button users?

Lets say that there’s a form with csrf, user submits it but goes back to form using browsers back button. Now when user submits again, tokens are naturally wrong. Is there any way to get this working so back button can also be used?

Thanks!