defined name
This commit is contained in:
parent
e7558d996b
commit
d43d6505b1
@ -259,8 +259,6 @@ class Article:
|
|||||||
|
|
||||||
self.context: Dict[str, Any] = {}
|
self.context: Dict[str, Any] = {}
|
||||||
self.context_shared: Dict[str, Any] = {}
|
self.context_shared: Dict[str, Any] = {}
|
||||||
if parent is not None:
|
|
||||||
self.context["parent"] = parent.context_shared
|
|
||||||
self.cross_article_context = CROSS_ARTICLE_CONTEXT[self.slug] = {}
|
self.cross_article_context = CROSS_ARTICLE_CONTEXT[self.slug] = {}
|
||||||
ARTICLE_LAKE[self.slug] = self
|
ARTICLE_LAKE[self.slug] = self
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user