It's in the `left_panel` block in the default base.html:

<div class="col-md-2 left">
>     {% block left_panel %}
>     <div class="panel panel-default tree">{% page_menu
> "pages/menus/tree.html" %}</div>
>     {% endblock %}
> </div>


On Mon, Sep 7, 2015 at 12:19 PM, <[email protected]> wrote:

> If I follow the advice this advice on urls.py:
>
> # "/.html" - so for this case, the template "pages/index.html"
> # should be used if you want to customize the homepage's template.
>
> so that I can customize my home page a bit and still be able to edit it
> via admin. However, I do not want the Left Hand Tree Menu to display, is
> there a template tag that I can change or modify to prevent this menu from
> displaying on my home page?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to