add a body eejs block to timeslider

pull/1352/head
John McLear 2013-01-12 23:51:35 +00:00
parent 7a62661705
commit e137919c3d
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@
<script type="text/javascript" src="../../static/js/l10n.js"></script>
</head>
<% e.begin_block("timesliderBody"); %>
<body id="padbody" class="timeslider limwidth">
<div id="padpage">
<div id="timeslider-top">
@ -222,5 +223,6 @@
})();
</script>
</body>
<% e.end_block(); %>
</html>