From f058ed7d7189a07b450a1cf2232357eabfea66e6 Mon Sep 17 00:00:00 2001 From: James Polley Date: Sun, 17 Sep 2017 20:09:22 +1000 Subject: [PATCH] Enable multi-level site-tree * Remove the outdated compiled javascript once again * Update the sitetree_header template to use more detail. The extra detail here is taken from the menu_bootstrap3.html template distributed with django-sitetree --- pinaxcon/templates/content_page.html | 4 ---- pinaxcon/templates/sitetree_header.html | 10 ++++++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pinaxcon/templates/content_page.html b/pinaxcon/templates/content_page.html index 8975c0be..1b87f005 100644 --- a/pinaxcon/templates/content_page.html +++ b/pinaxcon/templates/content_page.html @@ -20,7 +20,3 @@ {% endblock %} {% endblock %} - -{% block extra_script %} - -{% endblock %} diff --git a/pinaxcon/templates/sitetree_header.html b/pinaxcon/templates/sitetree_header.html index 92772d54..9ef40eec 100644 --- a/pinaxcon/templates/sitetree_header.html +++ b/pinaxcon/templates/sitetree_header.html @@ -17,8 +17,14 @@