Show More
@@ -59,9 +59,15 b'' | |||||
59 | <span id="quick_help_area"> |
|
59 | <span id="quick_help_area"> | |
60 | <button id="quick_help">Quick<u>H</u>elp</button> |
|
60 | <button id="quick_help">Quick<u>H</u>elp</button> | |
61 | </span> |
|
61 | </span> | |
|
62 | ||||
62 | <span id="login_widget"> |
|
63 | <span id="login_widget"> | |
63 | <button id="logout">Logout</button> |
|
64 | {% comment This is a temporary workaround to hide the logout button %} | |
|
65 | {% comment when appropriate until notebook.html is templated %} | |||
|
66 | {% if current_user and current_user != 'anonymous' %} | |||
|
67 | <button id="logout">Logout</button> | |||
|
68 | {% end %} | |||
64 | </span> |
|
69 | </span> | |
|
70 | ||||
65 | <span id="kernel_status">Idle</span> |
|
71 | <span id="kernel_status">Idle</span> | |
66 | </div> |
|
72 | </div> | |
67 |
|
73 |
General Comments 0
You need to be logged in to leave comments.
Login now