mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
remove bad if logged_in
preventing new-notebook without login
This commit is contained in:
parent
e07ddebdf6
commit
03883d82e4
@ -29,7 +29,6 @@ data-base-kernel-url={{base_kernel_url}}
|
||||
|
||||
<div class="tab-content">
|
||||
<div id="notebooks" class="tab-pane active">
|
||||
{% if logged_in %}
|
||||
<div id="notebook_toolbar">
|
||||
<form id='alternate_upload' class='alternate_upload' >
|
||||
<span id="drag_info" style="position:absolute" >
|
||||
@ -42,7 +41,6 @@ data-base-kernel-url={{base_kernel_url}}
|
||||
<button id="new_notebook" title="Create new notebook" class="btn btn-small">New Notebook</button>
|
||||
</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div id="notebook_list">
|
||||
<div id="notebook_list_header" class="row-fluid list_header">
|
||||
|
Loading…
Reference in New Issue
Block a user