Revision: 649
Author: batiste.bieler
Date: Mon Aug 17 00:45:44 2009
Log: Fix 148
http://code.google.com/p/django-page-cms/source/detail?r=649

Modified:
  /trunk/pages/settings.py

=======================================
--- /trunk/pages/settings.py    Fri Jul 31 01:14:09 2009
+++ /trunk/pages/settings.py    Mon Aug 17 00:45:44 2009
@@ -121,7 +121,7 @@
                                                              'pages/'))

  # Hide the slug's of the first root page ie: ``/home/ becomes ``/``
-PAGE_HIDE_ROOT_SLUG = getattr(settings, 'PAGE_SHOW_END_DATE', False)
+PAGE_HIDE_ROOT_SLUG = getattr(settings, 'PAGE_HIDE_ROOT_SLUG', False)

  # Show the publication start date field in the admin.  Allows for future  
dating
  # Changing the ``PAGE_SHOW_START_DATE``  from ``True`` to ``False``

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to