From 2fe6db8075b9bfae289a65c11f29c2d52bd34ab2 Mon Sep 17 00:00:00 2001 From: William Peebles Date: Mon, 14 Nov 2022 20:48:19 -0500 Subject: [PATCH] remove duplicate task name --- templates/task.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/task.html b/templates/task.html index 9c96872..71ff660 100644 --- a/templates/task.html +++ b/templates/task.html @@ -6,10 +6,8 @@

{% block title %} {{ task.title }} {% endblock %}

- -

{{ task.title }}

-
+

{{ task.description }}