Hi there, I have created a custom Page but I've noticed a logo missing on the top left... Anyone have the same issue? It works o all default admin pages...
Also what is the main difference between Custom Pages and Custom Sites, as shown in docs, I was not able to create a custom site...
thanks for the info.
Alos I'm not able to override breadcrumbs in custom pages, when i add
{% block breadcrumbs %}{% if not is_popup %} ...... HTML CODE HERE .... {% endif %}{% endblock %}
nothing happens, the sistem still shows default breadcrumbs..