From 863ed901f28573a8e6581dbef74e046929888c09 Mon Sep 17 00:00:00 2001 From: JasonHomeWorkstationUbuntu Date: Wed, 11 Nov 2020 21:06:48 +1100 Subject: [PATCH] 8.6.3 Table Styling --- src/lists/templates/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lists/templates/list.html b/src/lists/templates/list.html index 361391e..d3f0670 100644 --- a/src/lists/templates/list.html +++ b/src/lists/templates/list.html @@ -5,7 +5,7 @@ {% block form_action %}/lists/{{ list.id }}/add_item{% endblock %} {% block table %} - +
{% for item in list.item_set.all %} {% endfor %}
{{ forloop.counter }}: {{ item.text }}