From b466ec87fbbb9dc4fefb540d0a1517af156e5567 Mon Sep 17 00:00:00 2001 From: Mohammad Faizul Karim <149677507+sunnyboysb89@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:05:33 +0600 Subject: [PATCH] Update index.html --- todos/templates/todos/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todos/templates/todos/index.html b/todos/templates/todos/index.html index 4995e3b..007fced 100644 --- a/todos/templates/todos/index.html +++ b/todos/templates/todos/index.html @@ -1,7 +1,7 @@ {% extends 'todos/base.html' %} {% block title %} -Todo list +Todo list from faizul {% endblock %} {% block content %}