##// END OF EJS Templates
Merge pull request #1146 from minrk/savescript...
Merge pull request #1146 from minrk/savescript Allow saving notebook.py next to notebook.ipynb. This allows notebooks to be imported or %run via their .py companion file.

File last commit:

r5324:233e9c0f
r5711:1184eb4f 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 %}