diff options
Diffstat (limited to 'django/forms/formsets.py')
| -rw-r--r-- | django/forms/formsets.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/django/forms/formsets.py b/django/forms/formsets.py index 3adbc6979a..57676428ff 100644 --- a/django/forms/formsets.py +++ b/django/forms/formsets.py @@ -32,6 +32,8 @@ class ManagementForm(Form): as well. """ + template_name = "django/forms/div.html" # RemovedInDjango50Warning. + TOTAL_FORMS = IntegerField(widget=HiddenInput) INITIAL_FORMS = IntegerField(widget=HiddenInput) # MIN_NUM_FORM_COUNT and MAX_NUM_FORM_COUNT are output with the rest of the |
