My Django app's html won't validate because CSRF middleware adds
hidden
tags like this...

<input type='hidden' id='csrfmiddlewaretoken'
name='csrfmiddlewaretoken' value='ebcf3d41f32a70a209e27ef7fdf06d72' />

The only problem is the slash "/>" at the end.

How make Django templates not automatically add hidden tags that won't
validate?

Thanks!

cs

-- 
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