From e137919c3d4403f876a80dfa61ada6bf0d9c5609 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 12 Jan 2013 23:51:35 +0000 Subject: [PATCH] add a body eejs block to timeslider --- src/templates/timeslider.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html index 6cddfc15..00736fd0 100644 --- a/src/templates/timeslider.html +++ b/src/templates/timeslider.html @@ -43,6 +43,7 @@ +<% e.begin_block("timesliderBody"); %>
@@ -222,5 +223,6 @@ })(); +<% e.end_block(); %>