Skip to content

Commit 92dc86f

Browse files
authored
Update Bootstrap list template to not show dict (#91)
1 parent b38961c commit 92dc86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bootstrap/partial/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% for object in object_list %}
1414
<tr>
1515
{% for field in object.fields %}
16-
<td>{{ field }}</td>
16+
<td>{{ field.value }}</td>
1717
{% endfor %}
1818
<td class="text-end">
1919
{{ object.actions }}

0 commit comments

Comments
 (0)