[django-page-cms] r654 committed - Fix partialy bug 153

1 view
Skip to first unread message

codesite...@google.com

unread,
Aug 24, 2009, 4:31:19 AM8/24/09
to pinax-...@googlegroups.com
Revision: 654
Author: batiste.bieler
Date: Mon Aug 24 01:30:57 2009
Log: Fix partialy bug 153
http://code.google.com/p/django-page-cms/source/detail?r=654

Modified:
/trunk/pages/views.py

=======================================
--- /trunk/pages/views.py Thu Aug 20 09:47:19 2009
+++ /trunk/pages/views.py Mon Aug 24 01:30:57 2009
@@ -45,7 +45,7 @@
raise Http404

if path:
- current_page = Page.objects.from_path(path, lang)
+ current_page = Page.objects.on_site().from_path(path, lang)
elif pages:
current_page = pages[0]

Reply all
Reply to author
Forward
0 new messages