Okay, I just made myself think, which is dangerous. When I removed the
@login_required decorator from the view that handles the POST data, it
worked.

But I'd really like the form to require the user to be logged in (as
part of the form brings up information about the user from
request.user).

On Sep 10, 12:41 pm, Benjamin Kreeger <benjaminkree...@gmail.com>
wrote:
> And for what it's worth, the view asks for authentication using a
> @login_required decorator (and django.contrib.auth), and that's all
> hunky-dory, too. Haven't had any problems with that part of it before.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to