-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
FormPluginFormMixin is using 'instance' argument.
| def __init__(self, source_url, instance, **kwargs): |
At the same time ModelForm is using 'instance' argument too.
So there is no possibility for the form to be filled in by values from a Model.
Simple change of 'instance' argument to something like 'cms_instance' would clear up this issue.
Metadata
Metadata
Assignees
Labels
No labels