From 8e3f1f09558a2e46b6e7c7c6f69a889e313dc088 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Thu, 28 Dec 2017 16:14:35 -0800 Subject: [PATCH] Add a block around the message in the spawn_pending page This makes it easier for users to add or substitute custom messages on this page. --- share/jupyter/hub/templates/spawn_pending.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/jupyter/hub/templates/spawn_pending.html b/share/jupyter/hub/templates/spawn_pending.html index 82670755..71c88d08 100644 --- a/share/jupyter/hub/templates/spawn_pending.html +++ b/share/jupyter/hub/templates/spawn_pending.html @@ -5,8 +5,10 @@
+ {% block message %}

Your server is starting up.

You will be redirected automatically when it's ready for you.

+ {% endblock %}

refresh