新增:打包编译功能
This commit is contained in:
6
backend/templates/rest_framework/inline/form.html
Normal file
6
backend/templates/rest_framework/inline/form.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load rest_framework %}
|
||||
{% for field in form %}
|
||||
{% if not field.read_only %}
|
||||
{% render_field field style=style %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user