Files
django-vue3-admin/backend/templates/rest_framework/inline/fieldset.html
T
2026-03-19 20:03:10 +08:00

7 lines
171 B
Python

{% load rest_framework %}
{% for nested_field in field %}
{% if not nested_field.read_only %}
{% render_field nested_field style=style %}
{% endif %}
{% endfor %}