I have an issue with the {% csrf_token %}
template tag in Django. On pages loaded via get it is fine but if I use post to load a page the tag is not loaded to forms on the page requested with post.
I am using render_to_response
to render the pages
Any ideas?
Thanks