Replies: 1 comment
-
Did you ever figure this out? I am having the same/similar issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Mr. Reaf.
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.
Beta Was this translation helpful? Give feedback.
All reactions