##// END OF EJS Templates
Merge pull request #1079 from stefanv/htmlnotebook_login_button...
Merge pull request #1079 from stefanv/htmlnotebook_login_button Login/out button cleanups: - Display a login button when viewing the notebook in read-only mode. - On the login page, focus on the password field by default. - Correctly style login / logout buttons. - In read-only mode, redirect to "/" after logout, not "/login".

File last commit:

r3408:261328d5
r5726:2bfc4492 merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *