diff options
| -rw-r--r-- | docs/topics/forms/formsets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index 9fbc6d2a2a..47653879a9 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -560,9 +560,9 @@ If you manually render fields in the template, you can render <form method="post" action=""> {{ formset.management_form }} {% for form in formset %} - {{ form.id }} <ul> <li>{{ form.title }}</li> + <li>{{ form.pub_date }}</li> {% if formset.can_delete %} <li>{{ form.DELETE }}</li> {% endif %} |
