From be0bb4e123240ac3ce02431b974c82f8f05d843b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 9 Jan 2019 13:29:17 -0600 Subject: latest changes --- design/templates/notes/notebook_detail.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'design/templates/notes/notebook_detail.html') diff --git a/design/templates/notes/notebook_detail.html b/design/templates/notes/notebook_detail.html index 37c8f8a..49717ca 100644 --- a/design/templates/notes/notebook_detail.html +++ b/design/templates/notes/notebook_detail.html @@ -7,14 +7,15 @@ {% block content %}
+ {% include "notes/partials/list_header.html" with notebook_list=notebook_list tag_list=tag_list %}
{% if object.name != 'Trash'%}
{% csrf_token %} {{ form.non_field_errors }}
{% for field in form %}{% if field.name == 'color_rgb' %} -
- +
+ {% if field.errors %}{{field.errors}}{% endif %}
{% else %}
@@ -33,19 +34,6 @@ {%endif%}
- - - {% csrf_token %} - {{ form.non_field_errors }} - {% for field in form %} -
- {{field.label_tag}} - {{field}} - {% if field.errors %}{{field.errors}}{% endif %} -
- {% endfor %} -

-
    {% for object in object.note_set.all %} {% include "notes/partials/note_list.html" with object=object hidecolor=True hidenotebook=True %} {% endfor %}
-- cgit v1.2.3-70-g09d2