Hello gang, I have created a dynamic template loading system utilizing ajax inside the template. The templates and data are retrieved and displayed as expected. The problem is that the contact form is provided by one view and processed by another. This, of course raises a CSRF token error in the posting submit. What is the best way to inform the processing view of my CSRF token information from the providing one. I am unable to combine these views for "design structure" reasons. Also, the form/template can be pulled from the providing view many times in the template (not just at load time). I am thinking along the lines of a session variable and would hate to exempt the CSRF token in the views for security reasons.
-- Bust0ut, Surgemcgee: Systems Engineer --- surgemcgee.com BudTVNetwork.com RadioWeedShow.com "Bringing entertainment to Unix" -- 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.