From 1a1d530b47a95629a9ef3c368ab84b11370b8149 Mon Sep 17 00:00:00 2001 From: William Peebles Date: Fri, 25 Nov 2022 20:50:24 -0500 Subject: [PATCH] fix formatting issue on tasks html template --- app/templates/tasks.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/tasks.html b/app/templates/tasks.html index 7a31ca7..dbe5e03 100644 --- a/app/templates/tasks.html +++ b/app/templates/tasks.html @@ -19,4 +19,5 @@
{% endfor %} + {% endblock %} \ No newline at end of file