django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
This adds {% csrf_token %} to the convert form template, to prevent "Forbidden (403) CSRF verification failed. Request aborted." errors when a user submits the convert form.
This adds {% csrf_token %} to the convert form template, to prevent "Forbidden (403) CSRF verification failed. Request aborted." errors when a user submits the convert form.