From 996e4243af818494f81e412cde528711875fe6eb 2017-11-14 03:55:53 From: Christopher Neugebauer Date: 2017-11-14 03:55:53 Subject: [PATCH] adds site tree to wiki nav --- diff --git a/pinaxcon/templates/wiki/base.html b/pinaxcon/templates/wiki/base.html index 723ac636b203d093e5ae3b01871258a458aa75c3..c4b1e707813c7d2062aa68df903147ad237dcb62 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 %}