Hi,
I am currently trying to adapt the template to a django environment and I have problem with menu-divider.png which does not appear as we can see in the attached image.
What I did for now:
I modified the style.css to use the static django system.
For submenu images (which are displayed correctly) this gives:
background-image: url ("/static/website/assets/images/icons/submenu.png");
For the divider which does not appear :
background: url("/static/website/assets/images/icons/menu-divider.png") no-repeat right center;
Have I missed something?
Thanks in advance
