From 4295b5e5cf0dfb554beee9d9fd351e7d3233f5de Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Thu, 21 Mar 2013 12:45:07 -0400 Subject: [PATCH] improve add-note partial layout --- karmaworld/templates/partial/add_note.html | 31 +++++++++++++++------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/karmaworld/templates/partial/add_note.html b/karmaworld/templates/partial/add_note.html index 35f198c..25a1b65 100644 --- a/karmaworld/templates/partial/add_note.html +++ b/karmaworld/templates/partial/add_note.html @@ -2,34 +2,47 @@
-
+ + {% csrf_token %} +
+
+ Title of Note * Required +
+
+
+ +
+
- Title of Note - + Title of Note * Required +
Academic Year - + {# FIXME: fill in with current year #}
Tags (comma seperated) - +
+
-
- add a note - +
+ Save
-- 2.25.1