We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2faa7bc commit 1ffafc0Copy full SHA for 1ffafc0
rest_framework/templates/rest_framework/admin/dict_value.html
@@ -0,0 +1,8 @@
1
+{% load rest_framework %}
2
+<table class="table table-striped">
3
+ <tbody>
4
+ {% for key, item_value in value.items %}
5
+ <tr><th>{{ key|capfirst }}</th><td {{ value|add_nested_class }}>{{ item_value|format_value }}</td></tr>
6
+ {% endfor %}
7
+ </tbody>
8
+</table>
0 commit comments