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

7 lines
149 B
Python

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