Corrected shipherd handling of the navigation_items related_name following commit...
[philo.git] / models / pages.py
index 3669338..81b84c9 100644 (file)
@@ -102,12 +102,6 @@ class Page(View):
                if errors:
                        raise ValidationError(errors)
        
-       def get_navigation(self, node, depth, current_depth):
-               return {
-                       'url': node.get_absolute_url(),
-                       'title': self.title
-               }
-       
        class Meta:
                app_label = 'philo'