From a18f70f0b899db5b5ca0ffc515c2bb1d1c5dc09f Mon Sep 17 00:00:00 2001 From: Morgana Date: Mon, 13 Apr 2026 14:53:15 -0500 Subject: [PATCH] Fixed bugs in Task Template --- templates/tasks.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/tasks.html b/templates/tasks.html index 5b7cd59..bca7a2e 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -18,7 +18,7 @@ - + @@ -51,17 +51,21 @@ + {% if blocked_tasks %}

Blocked Tasks:

+ {% endif %} + {% if complete_tasks %}

Complete Tasks:

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