##// END OF EJS Templates
Merge branch 'logout_button' of https://github.com/stefanv/ipython into stefanv-logout_button...
Merge branch 'logout_button' of https://github.com/stefanv/ipython into stefanv-logout_button Add a logout button to authenticated notebooks. This has no impact on regular (non-authenticated) notebooks.

File last commit:

r5326:e63c730f
r5359:80e7338b merge
Show More
logout.html
5 lines | 111 B | text/html | HtmlLexer
{% extends layout.html %}
{% block content_panel %}
Proceed to the <a href="/login">login page</a>.
{% end %}