summaryrefslogtreecommitdiff
path: root/src/templates/timeslider.html
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-01-12 23:51:35 +0000
committerJohn McLear <john@mclear.co.uk>2013-01-12 23:51:35 +0000
commite137919c3d4403f876a80dfa61ada6bf0d9c5609 (patch)
treea04e898cb5e19533413474bb007c4b004db4a260 /src/templates/timeslider.html
parent7a62661705960bed846b9fc83c9ca198b3714c87 (diff)
downloadetherpad-lite-e137919c3d4403f876a80dfa61ada6bf0d9c5609.zip
add a body eejs block to timeslider
Diffstat (limited to 'src/templates/timeslider.html')
-rw-r--r--src/templates/timeslider.html2
1 files changed, 2 insertions, 0 deletions
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 @@
<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>