diff options
Diffstat (limited to 'design/templates/notes/notebook_detail.html')
-rw-r--r-- | design/templates/notes/notebook_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/notes/notebook_detail.html b/design/templates/notes/notebook_detail.html index a0b06a3..73c13ab 100644 --- a/design/templates/notes/notebook_detail.html +++ b/design/templates/notes/notebook_detail.html @@ -47,11 +47,11 @@ {% include "notes/partials/note_list.html" with object=object hidecolor=True hidenotebook=True %} {% endfor %}</ul> </article> - <aside class="note-list-container"> + {%comment%}<aside class="note-list-container"> {% include "notes/partials/note_sidebar.html" with note_list=note_list %} </aside> <div class="balance-container"> - </div> + </div>{%endcomment%} </main> {% endblock %} {% block jsdomready %} |