{% extends "base.html" %} {% block content %}

Delete To-do Item

Are you sure you want to delete the item: {{ object.title }}

from the list {{ todo_list.title }}?

{% csrf_token %}
{% endblock %}