From 12af89cb5d418cc63587a454ed1d461da26fd36a Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 8 Mar 2020 15:12:01 -0600 Subject: navigation working --- jthanio/templates/base.html | 1 - jthanio/templates/navigation.html | 30 +++++------------------------- jthanio/templatetags/custom_tags.py | 0 3 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 jthanio/templatetags/custom_tags.py (limited to 'jthanio') diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html index f288bf3..694f86c 100644 --- a/jthanio/templates/base.html +++ b/jthanio/templates/base.html @@ -1,5 +1,4 @@ {% load static wagtailuserbar %} - diff --git a/jthanio/templates/navigation.html b/jthanio/templates/navigation.html index 54756a2..0b6026d 100644 --- a/jthanio/templates/navigation.html +++ b/jthanio/templates/navigation.html @@ -1,25 +1,5 @@ - \ No newline at end of file +{% load navigation_tags %} +{% block menu %} + {% get_site_root as site_root %} + {% top_menu parent=site_root calling_page=self %} +{% endblock %} diff --git a/jthanio/templatetags/custom_tags.py b/jthanio/templatetags/custom_tags.py deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3