First of all, any reason why you're using different views and not the
same view?
Second, yes it's possible to do what you're trying to do. Try this:
if form.is_valid():
# do something and redirect
else:
render_to_response('foo.html', {'form' : form'})
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.