diff --git a/assets/pasted-20251123-152623-4856e938.png b/assets/pasted-20251123-152623-4856e938.png new file mode 100644 index 0000000..656ea35 Binary files /dev/null and b/assets/pasted-20251123-152623-4856e938.png differ diff --git a/core/templates/core/index.html b/core/templates/core/index.html index 9c740e5..406e1c2 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -64,7 +64,7 @@ {% for item in todo_list %} - + {{ item.title }} {{ item.description|default:"" }} @@ -74,7 +74,7 @@ {% endfor %} {% endif %} - {{ item.get_status_display }} + {{ item.get_status_display }} {{ item.created_at|date:"M d, Y" }} {{ item.deadline|date:"M d, Y"|default:"" }} @@ -86,7 +86,7 @@ {% empty %} - No tasks yet. Add one above! + No tasks yet. Add one above! {% endfor %}