Show More
@@ -29,8 +29,10 b'' | |||||
29 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> |
|
29 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> | |
30 | <link rel="stylesheet" href="static/css/notebook.css" type="text/css" /> |
|
30 | <link rel="stylesheet" href="static/css/notebook.css" type="text/css" /> | |
31 | <link rel="stylesheet" href="static/css/renderedhtml.css" type="text/css" /> |
|
31 | <link rel="stylesheet" href="static/css/renderedhtml.css" type="text/css" /> | |
32 |
|
32 | |||
33 | <meta name="read_only" content="{{read_only}}"/> |
|
33 | {% comment In the notebook, the read-only flag is used to determine %} | |
|
34 | {% comment whether to hide the side panels and switch off input %} | |||
|
35 | <meta name="read_only" content="{{read_only and not logged_in}}"/> | |||
34 |
|
36 | |||
35 | </head> |
|
37 | </head> | |
36 |
|
38 |
General Comments 0
You need to be logged in to leave comments.
Login now