From 28f5f33a7602c51e6e01f87d02ce4bcf831df15f Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 17 Dec 2015 16:00:52 +0100 Subject: [PATCH] add bootstrap form-control to spawner form inputs --- share/jupyter/hub/templates/spawn.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/share/jupyter/hub/templates/spawn.html b/share/jupyter/hub/templates/spawn.html index 253ceca4..1bd26b89 100644 --- a/share/jupyter/hub/templates/spawn.html +++ b/share/jupyter/hub/templates/spawn.html @@ -7,12 +7,21 @@

Spawner options

-
+ {{spawner_options_form}}
- +
{% endblock %} + +{% block script %} + +{% endblock %} \ No newline at end of file