Sign into the Sage Notebook v4.0.2
in place of
Sign into the Sage Notebook
on the notebook log-in page? It often helps to know which version is
running on sagenb.org or alpha.sagenb.org, before logging in.
The actual change would be to use, e.g.,
Sign into the Sage Notebook v{{ sage_version }}
in
sage/server/notebook/templates/login.html
Incidentally: The logo alignment seems to be off. A quick inline fix
is to replace
align="top"
with
style="vertical-align: middle;"
http://trac.sagemath.org/sage_trac/ticket/6363
This excludes the logo fix, which is a CSS issue.