From 8d2a622cf7cd46174b2e688da4611be16ebcd9ef Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 8 Dec 2014 15:00:51 -0800 Subject: [PATCH] fix class to sub-template need the dict in them --- planetstack/core/xoslib/templates/xosAdmin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetstack/core/xoslib/templates/xosAdmin.html b/planetstack/core/xoslib/templates/xosAdmin.html index c113e04..a222889 100644 --- a/planetstack/core/xoslib/templates/xosAdmin.html +++ b/planetstack/core/xoslib/templates/xosAdmin.html @@ -446,7 +446,7 @@ - <%= xosListFooterTemplate() %> + <%= xosListFooterTemplate({addChildHash: addChildHash}) %>