##// END OF EJS Templates
Merge pull request #1077 from minrk/nb...
Merge pull request #1077 from minrk/nb allow the notebook to run without MathJax adds --no-mathjax flag for disabling mathjax, and moves the mathjax URL decision to the server from the browser. closes #1071

File last commit:

r5324:233e9c0f
r5575:00404468 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 %}