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.
It's in the menus
package. See https://github.com/divio/django-cms/blob/develop/menus/templates/menu/menu.html
精彩评论