From 996e4243af818494f81e412cde528711875fe6eb Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Mon, 13 Nov 2017 19:55:53 -0800 Subject: [PATCH] adds site tree to wiki nav --- pinaxcon/templates/wiki/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pinaxcon/templates/wiki/base.html b/pinaxcon/templates/wiki/base.html index 723ac63..c4b1e70 100644 --- a/pinaxcon/templates/wiki/base.html +++ b/pinaxcon/templates/wiki/base.html @@ -1,6 +1,7 @@ {% extends "wiki/base_site.html" %} {% load staticfiles %} {% load compress %} +{% load sitetree %} {% load sekizai_tags %} {% block wiki_body %} @@ -22,6 +23,7 @@ {% block wiki_header_navlinks %} {% endblock %}