##// END OF EJS Templates
Merge pull request #1053 from ipython/rawin...
Merge pull request #1053 from ipython/rawin minor improvements to text placement in qtconsole. This closes #993, and although it's not the long-term implementation we want, it does fix the user-facing problem pretty robustly.

File last commit:

r5326:e63c730f
r5577:2ee14fc0 merge
Show More
logout.html
5 lines | 111 B | text/html | HtmlLexer
Stefan van der Walt
Add logout button.
r5325 {% extends layout.html %}
{% block content_panel %}
Stefan van der Walt
Add info, error and warning message boxes.
r5326 Proceed to the <a href="/login">login page</a>.
Stefan van der Walt
Add logout button.
r5325 {% end %}