From 6956ffd2a9724d6ad3ca56f72b7c1ae5ad9bb676 Mon Sep 17 00:00:00 2001 From: Kenan Erdogan Date: Fri, 22 Nov 2019 10:56:49 +0100 Subject: [PATCH] add block for scripts included in head --- share/jupyterhub/templates/page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/jupyterhub/templates/page.html b/share/jupyterhub/templates/page.html index cd50ee11..0f36b142 100644 --- a/share/jupyterhub/templates/page.html +++ b/share/jupyterhub/templates/page.html @@ -34,9 +34,11 @@ {% block stylesheet %} {% endblock %} + {% block scripts %} + {% endblock %}