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/partials/list_header.html | 19 +++++++++++++++++++ design/templates/notes/partials/notebook_form.html | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 design/templates/notes/partials/list_header.html (limited to 'design/templates/notes/partials') diff --git a/design/templates/notes/partials/list_header.html b/design/templates/notes/partials/list_header.html new file mode 100644 index 0000000..5d0edc1 --- /dev/null +++ b/design/templates/notes/partials/list_header.html @@ -0,0 +1,19 @@ +{% block jsinclude %} + + +{%endblock%} +
+
+ + +
+
diff --git a/design/templates/notes/partials/notebook_form.html b/design/templates/notes/partials/notebook_form.html index fae6c40..1e51e9c 100644 --- a/design/templates/notes/partials/notebook_form.html +++ b/design/templates/notes/partials/notebook_form.html @@ -1,4 +1,4 @@ -
{% csrf_token %} +{% csrf_token %}
{{ form.non_field_errors }}
{% for field in form %}{% if field.name == 'color_rgb' %} @@ -15,5 +15,5 @@ {% endfor %}

{{object.name}}

- +
-- cgit v1.2.3