django-emailauth icon indicating copy to clipboard operation
django-emailauth copied to clipboard

Support CSRF

Open neapel opened this issue 13 years ago • 0 comments

When enabling CsrfViewMiddleware, emailauth breaks because there are no {% csrf_token %} tags in the forms. Since CSRF is now enabled by default, it should be supported in the templates so fewer people will have to override them.

neapel avatar Mar 10 '11 03:03 neapel