1 2 3 | {% for extraform in form.extra_forms %}
{{ extraform.as_ul }}
{% endfor %}
|
More like this
- Forms splitted in fieldsets by gustavo80br 5 years, 2 months ago
- Making a django inline (model) formset really tabular by fnl 4 years, 1 month ago
- InlineFormset Template by petry 4 years, 6 months ago
- TemplateForm by flashingpumpkin 3 years, 8 months ago
- Unique field inline formset by dcwatson 8 months, 1 week ago
Comments