From cfa57992909bfe2f4340ea05667ef34c5a17494a Mon Sep 17 00:00:00 2001 From: JoshCreany Date: Sun, 8 Oct 2023 12:49:31 -0600 Subject: Cleaned up search area and started putting tasks into cards --- templates/tasks.html | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'templates/tasks.html') diff --git a/templates/tasks.html b/templates/tasks.html index 2432aad..1a2e633 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -1,11 +1,20 @@ -{% for task in to_do %} -
-
- -
-
- -

{{task}}

-
+
+
+
+ "{{search_query}}" Tasks +
+ {% for task in to_do %} +
+
+ +
+
+ +

{{task}}

+
+
+ {% endfor %} +
+
-{% endfor %} \ No newline at end of file +
\ No newline at end of file -- cgit v1.2.3