django-emailauth
django-emailauth copied to clipboard
Support CSRF
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.