We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38961c commit 92dc86fCopy full SHA for 92dc86f
1 file changed
examples/bootstrap/partial/list.html
@@ -13,7 +13,7 @@
13
{% for object in object_list %}
14
<tr>
15
{% for field in object.fields %}
16
- <td>{{ field }}</td>
+ <td>{{ field.value }}</td>
17
{% endfor %}
18
<td class="text-end">
19
{{ object.actions }}
0 commit comments