LEHI
LEHI

Reputation: 109

how to customize menu template in django-cms?

Can anyone supply me a sample of customizing the django-cms menu template, please?

I have tried to look for the default menu.html in the cms package folder, but can't find anything.

Thanks.

Upvotes: 10

Views: 9749

Answers (1)

ojii
ojii

Reputation: 4781

It's in the menus package. See https://github.com/divio/django-cms/blob/develop/menus/templates/menu/menu.html

Upvotes: 11

Related Questions