google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Admin : Invalid block tag: 'admin_actions' #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. http://127.0.0.1:8000/admin/pages/page/

What is the expected output? What do you see instead?
Instead of the admin pages list this error occured :
"
Request Method:     GET
Request URL:    http://127.0.0.1:8000/admin/pages/page/
Exception Type:     TemplateSyntaxError
Exception Value:    
Invalid block tag: 'admin_actions'
"
"
Template error
In template \pages\templates\admin\pages\page\change_list.html, error at
line 38
Invalid block tag: 'admin_actions'
"

Are you using the trunk version or a released version of this CMS?
Django version : 1.0.2 final
Django Page CMS : 1.0.8

Obviously, the problem comes from the version I'm using (Django 1.0.2). 

Original issue reported on code.google.com by nea...@gmail.com on 16 Oct 2009 at 10:02

GoogleCodeExporter commented 9 years ago
I was not aware the the compatibility was broken. I don't know if I want to 
continue 
to support Django 1.0.

Original comment by batiste....@gmail.com on 27 Oct 2009 at 8:58