新增:打包编译功能
This commit is contained in:
11
backend/templates/rest_framework/admin/dict_value.html
Normal file
11
backend/templates/rest_framework/admin/dict_value.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% load rest_framework %}
|
||||
<table class="table table-striped">
|
||||
<tbody>
|
||||
{% for k, v in value|items %}
|
||||
<tr>
|
||||
<th>{{ k|format_value }}</th>
|
||||
<td>{{ v|format_value }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user