Django-cms problem
Posted
by 47
on Stack Overflow
See other posts from Stack Overflow
or by 47
Published on 2010-05-18T11:00:21Z
Indexed on
2010/05/18
11:50 UTC
Read the original article
Hit count: 395
django-cms
|django
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.
© Stack Overflow or respective owner