I'm setting up a website using django-cms and when I open up the add page view in the admin, I get this error:
TemplateSyntaxError at /admin/cms/page/add/
Invalid block tag: 'csrf_token'
What could be the problem? I'm using Django 1.1. BTW.
I'm setting up a website using django-cms and when I open up the add page view in the admin, I get this error:
TemplateSyntaxError at /admin/cms/page/add/
Invalid block tag: 'csrf_token'
What could be the problem? I'm using Django 1.1. BTW.
Are you using the django.middleware.csrf.CsrfMiddleware
middleware?