mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00

This allows for more flexible customization of the login page, since it allows to re-use the login form in an extending template by reusing the new block. This was not cleanly possible before since the main container was part of the very same block as the form code. fixes #3414