##// 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:

r5324:233e9c0f
r5359:80e7338b merge
Show More
login.html
8 lines | 258 B | text/html | HtmlLexer
{% extends layout.html %}
{% block content_panel %}
<form action="/login?next={{url_escape(next)}}" method="post">
Password: <input type="password" name="password">
<input type="submit" value="Sign in" id="signin">
</form>
{% end %}