6 lines
149 B
Python
6 lines
149 B
Python
from horilla.settings import TEMPLATES
|
|
|
|
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
|
|
"horilla_crumbs.context_processors.breadcrumbs",
|
|
)
|