From eaeb870aad4a184feb6e61cf23336b4dabcacdc3 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sat, 9 Apr 2016 02:37:28 -0700 Subject: [PATCH] Remove stray `management_form` refs --- todo/templates/todo/add_external_task.html | 3 -- todo/templates/todo/view_task.html | 51 +++++++++++----------- 2 files changed, 25 insertions(+), 29 deletions(-) diff --git a/todo/templates/todo/add_external_task.html b/todo/templates/todo/add_external_task.html index ed21a7c..a18d56f 100644 --- a/todo/templates/todo/add_external_task.html +++ b/todo/templates/todo/add_external_task.html @@ -30,9 +30,6 @@ {% endif %} - {{ form.management_form }} - {{ form.id }} -
Summary: {{ form.title }}
diff --git a/todo/templates/todo/view_task.html b/todo/templates/todo/view_task.html index 67a5ab2..6397214 100644 --- a/todo/templates/todo/view_task.html +++ b/todo/templates/todo/view_task.html @@ -42,37 +42,36 @@

Edit Task

- {{ form.management_form }} - {{ form.id }} - - - - - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + + + + + +
Title:{{ form.title }}
List:{{ form.list }}
Title:{{ form.title }}
Due:{{ form.due_date }}
List:{{ form.list }}
Assigned to:{{ form.assigned_to }}
Due:{{ form.due_date }}
Note:{{ form.note }}
Assigned to:{{ form.assigned_to }}
Priority:{{ form.priority }}
Note:{{ form.note }}
Priority:{{ form.priority }}