Skip to content

Commit

Permalink
Fix stray tag in the lab template
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored and maartenbreddels committed Jan 11, 2021
1 parent d4dedc4 commit 332b257
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions share/jupyter/voila/templates/lab/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ var voila_heartbeat = function() {
el.style.display = 'unset'
})();
</script>
{{ voila_setup(resources.base_url, resources.nbextensions) }}
{{ super() }}
{%- endblock body_footer -%}

{% block footer_js %}
{{ voila_setup(resources.base_url, resources.nbextensions) }}
{% endblock footer_js %}

0 comments on commit 332b257

Please sign in to comment.