diff options
Diffstat (limited to 'design/templates/notes/notes_list.html')
-rw-r--r-- | design/templates/notes/notes_list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/design/templates/notes/notes_list.html b/design/templates/notes/notes_list.html index 0799a1c..5b050b4 100644 --- a/design/templates/notes/notes_list.html +++ b/design/templates/notes/notes_list.html @@ -1,4 +1,6 @@ {% extends 'base.html' %} +{% block bodyid %}body-notebook{%endblock%} + {% block content %} <main> <div class="note-container"> |