diff --git a/compound/book/browser.py b/compound/book/browser.py index fb43ab2..fff8064 100644 --- a/compound/book/browser.py +++ b/compound/book/browser.py @@ -184,6 +184,8 @@ class SectionView(Base, ConceptView): class TopicView(Base, ConceptView): + breadcrumbsParent = ConceptView.breadcrumbsParent + @Lazy def macro(self): return book_template.macros['topic']