From d8b2600775431bc9d47a75ef71ff2981ed563817 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Fri, 6 Apr 2018 22:52:43 -0700 Subject: [PATCH] No created_date in edit form --- todo/templates/todo/include/task_edit.html | 1 - 1 file changed, 1 deletion(-) diff --git a/todo/templates/todo/include/task_edit.html b/todo/templates/todo/include/task_edit.html index 30f7913..cabee0c 100644 --- a/todo/templates/todo/include/task_edit.html +++ b/todo/templates/todo/include/task_edit.html @@ -45,7 +45,6 @@ value="{% if form.priority.value %}{{ form.priority.value }}{% else %}999{% endif %}" id="id_priority"> -