mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
move templates to share
This commit is contained in:
@@ -262,7 +262,8 @@ class JupyterHubApp(Application):
|
||||
base_url=base_url,
|
||||
cookie_secret=self.cookie_secret,
|
||||
login_url=url_path_join(self.hub.server.base_url, 'login'),
|
||||
template_path=os.path.join(here, 'templates'),
|
||||
template_path=os.path.join(self.data_files_path, 'templates'),
|
||||
static_files_path=os.path.join(self.data_files_path, 'static'),
|
||||
)
|
||||
# allow configured settings to have priority
|
||||
settings.update(self.tornado_settings)
|
||||
|
Reference in New Issue
Block a user