From 4f7b84194b056b5d6d9acca4cceb2cabc04fd8a5 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 29 Dec 2018 08:37:39 -0600 Subject: cleaned up JS and made modal handler. --- design/templates/notes/notebook_create.html | 36 ----------------------------- 1 file changed, 36 deletions(-) delete mode 100644 design/templates/notes/notebook_create.html (limited to 'design/templates/notes/notebook_create.html') diff --git a/design/templates/notes/notebook_create.html b/design/templates/notes/notebook_create.html deleted file mode 100644 index 1386946..0000000 --- a/design/templates/notes/notebook_create.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends 'base.html' %} - -{% block extrastyles %} - - -{% endblock %} -{% block content %} -
-
-
-{% csrf_token %} -{{ form.non_field_errors }} -{% for field in form %} -
-{{field.label_tag}} -{{field}} -{% if field.errors %}{{field.errors}}{% endif %} -
-{% endfor %} -

Pick color

-

-
- -
- -
-
-
-{% endblock %} - -- cgit v1.2.3-70-g09d2