X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/ae74849c20883a86363950f4272e24205a6daaf5..1d21b0f7b336f5761e570023d64d413748b07cc1:/philo/models/nodes.py diff --git a/philo/models/nodes.py b/philo/models/nodes.py index 87ccb40..0e041f2 100644 --- a/philo/models/nodes.py +++ b/philo/models/nodes.py @@ -235,7 +235,7 @@ class MultiView(View): """ clear_url_caches() - subpath = request.node.subpath + subpath = request.node._subpath view, args, kwargs = resolve(subpath, urlconf=self) view_args = getargspec(view) if extra_context is not None and ('extra_context' in view_args[0] or view_args[2] is not None):