diff --git a/templates/apps/dashboard/home.html b/templates/apps/dashboard/home.html index 0927b3c..cd489d3 100644 --- a/templates/apps/dashboard/home.html +++ b/templates/apps/dashboard/home.html @@ -5,12 +5,12 @@

Your To-Do List

- + {% csrf_token %}
{% for item in items %} - + {% endfor %}
1: {{ item.text }}
{{ forloop.counter }}: {{ item.text }}