Reputation: 109
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
Reputation: 4781
It's in the menus
package. See https://github.com/divio/django-cms/blob/develop/menus/templates/menu/menu.html
Upvotes: 11