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]