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

r5326:e63c730f
r5575:00404468 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 %}