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 }}