Here's the way I'm doing it:
这是我正在做的方式:
{{ formset.management_form }}
<table>
{% for form in formset.forms %}
{{ form }}
{% endfor %}
</table>
<a href="/go.html?url=javascript:void(0)" id="add_form">Add Form</a>
{{ Here's the way I'm doing it:
这是我正在做的方式:
{{ formset.management_form }}
<table>
{% for form in formset.forms %}
{{ form }}
{% endfor %}
</table>
<a href="/go.html?url=javascript:void(0)" id="add_form">Add Form</a>
{{