From d38ba10b5e89004f1cbe9988a1376477458b7f23 Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 21 Feb 2026 19:09:40 +0000 Subject: [PATCH] fix: Use correct created_at field name in tasks template (was task.created) --- templates/tasks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tasks.html b/templates/tasks.html index 4d81bf1..6bdc710 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -76,7 +76,7 @@ {{ task.status }} {% endif %} - {{ task.created }} + {{ task.created_at }} Details