diff options
author | John McLear <john@mclear.co.uk> | 2013-01-12 23:51:35 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-01-12 23:51:35 +0000 |
commit | e137919c3d4403f876a80dfa61ada6bf0d9c5609 (patch) | |
tree | a04e898cb5e19533413474bb007c4b004db4a260 /src/templates/timeslider.html | |
parent | 7a62661705960bed846b9fc83c9ca198b3714c87 (diff) | |
download | etherpad-lite-e137919c3d4403f876a80dfa61ada6bf0d9c5609.zip |
add a body eejs block to timeslider
Diffstat (limited to 'src/templates/timeslider.html')
-rw-r--r-- | src/templates/timeslider.html | 2 |
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> |