mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
Allow to use base URL in custom HTML
This commit is contained in:
@@ -101,7 +101,7 @@ class LoginHandler(BaseHandler):
|
||||
{'next': self.get_argument('next', '')},
|
||||
),
|
||||
}
|
||||
custom_html = Template(self.authenticator.custom_html).render(**context)
|
||||
custom_html = Template(self.authenticator.get_custom_html(self.hub.base_url)).render(**context)
|
||||
return self.render_template(
|
||||
'login.html',
|
||||
**context,
|
||||
|
Reference in New Issue
Block a user