Permalink
Browse files

fix BYOR config

  • Loading branch information...
1 parent 46a8ac7 commit 92835dba646da6e4f9722b34c4e3805299285da3 @StrausMG StrausMG committed Jun 24, 2017
Showing with 4 additions and 0 deletions.
  1. +4 −0 etc/byor_config.py
View
@@ -3,3 +3,7 @@
load_subconfig('etc/github_auth.py')
c.JupyterHub.spawner_class = 'everware.ByorDockerSpawner'
+
+from os.path import join as pjoin
+with open(pjoin(c.JupyterHub.template_paths[0], '_byor_options_form.html')) as form:
+ c.CustomDockerSpawner.options_form = form.read()

0 comments on commit 92835db

Please sign in to comment.