From 65c9415822dbcecc3b455168ce959eb90f5372c7 Mon Sep 17 00:00:00 2001 From: William Peebles Date: Mon, 14 Nov 2022 20:47:09 -0500 Subject: [PATCH] add edit button to task page --- templates/task.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/task.html b/templates/task.html index 03b4752..9c96872 100644 --- a/templates/task.html +++ b/templates/task.html @@ -18,12 +18,20 @@

Due: {{ task.due_timestamp }}

+

+ Edit Task + + + +

+

-
+

{% endblock %} \ No newline at end of file