You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the template example we prepared below, CRUD operations can be performed well with the {{ form }} tag as a field by field. However, we cannot perform a similar CRUD operation with the {{ form_collection }} tag.
In other words, when we try to perform the operation "4.3. Rendering a Django Form Field-by-Field," as shown in the example at https://django-formset.fly.dev/single-form/, for {{ form_collection }}, we encounter an error :
AssertionError at /ebildirge/14/
Must be applied to a Form object inheriting from 'django.forms.BaseForm'.
ebildirge_form.html, error at line 36 {% formsetify form %}
Are we missing something? Could you please assist us?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
In the template example we prepared below, CRUD operations can be performed well with the {{ form }} tag as a field by field. However, we cannot perform a similar CRUD operation with the {{ form_collection }} tag.
In other words, when we try to perform the operation "4.3. Rendering a Django Form Field-by-Field," as shown in the example at https://django-formset.fly.dev/single-form/, for {{ form_collection }}, we encounter an error :
AssertionError at /ebildirge/14/
Must be applied to a Form object inheriting from 'django.forms.BaseForm'.
ebildirge_form.html, error at line 36 {% formsetify form %}
Are we missing something? Could you please assist us?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: