From 17361182f7ef3207179bc146a3bda45b7aa4fb8f Mon Sep 17 00:00:00 2001 From: Debasish Pradhan Date: Sun, 21 Jun 2026 17:05:54 +0530 Subject: [PATCH] Add link to create To Do List in home.html Added a link to create a To Do List in the home page. --- mysite/main/templates/main/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysite/main/templates/main/home.html b/mysite/main/templates/main/home.html index 75336ea..e4f08eb 100644 --- a/mysite/main/templates/main/home.html +++ b/mysite/main/templates/main/home.html @@ -6,4 +6,5 @@ {% block content %}

Home Page

-{% endblock %} \ No newline at end of file +Create To do List +{% endblock %}