From 2615445b97b0d926a91b78a110d4645c531c71d7 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Wed, 31 Dec 2025 14:54:23 -0500 Subject: [PATCH] added forloop.counter to list table rows & fixed name attr to use underscore instead of hyphen in home.html (this latter inconsistency caused functional_tests to fail) --- templates/apps/dashboard/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}