X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/d6eea439a3da7d1e3e545586a5caa4c29c2695b8..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):