fix breadcrumbs for book topic view
This commit is contained in:
parent
ef8a47c1a1
commit
cfc32d7ebd
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ class SectionView(Base, ConceptView):
|
||||||
|
|
||||||
class TopicView(Base, ConceptView):
|
class TopicView(Base, ConceptView):
|
||||||
|
|
||||||
|
breadcrumbsParent = ConceptView.breadcrumbsParent
|
||||||
|
|
||||||
@Lazy
|
@Lazy
|
||||||
def macro(self):
|
def macro(self):
|
||||||
return book_template.macros['topic']
|
return book_template.macros['topic']
|
||||||
|
|
Loading…
Add table
Reference in a new issue