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

{% load_pages %} tag still breaks things a bit #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use {% load_pages %} in a template
2. create some pages
3. browse pages

What is the expected output? What do you see instead?
symptoms :
  - there is a 'None' displayed where the tag is
  - only the first page created appears, the display doesn't change whend
browsing pages (except for breadcrumb)
    ex: 
       create pages 'test1' and 'test2' :
       click test1, test1 appears
       click test2, content is still from page1 (show_content and placeholders)

What version of the product are you using? On what operating system?
r469

Please provide any additional information below.
this is related to issue 142/145 fix...
I told you it worked a bit too soon... Sorry for that.

Original issue reported on code.google.com by concours...@gmail.com on 20 Aug 2009 at 9:59

GoogleCodeExporter commented 9 years ago
I made some changes that should help a lot. But it will certainly not work in 
some cases.

Original comment by batiste....@gmail.com on 20 Aug 2009 at 4:27

GoogleCodeExporter commented 9 years ago
Should be fixed

Original comment by batiste....@gmail.com on 24 Aug 2009 at 8:32