Skip to content

In section: Displaying the comment form #150

@riseriyo

Description

@riseriyo

incorrect code, change from:
def get_form_kwargs(self):
kwargs = super().get_form_kwargs()
kwargs['entry'] = self.entry <====== change this
return kwargs

to:
def get_form_kwargs(self):
kwargs = super().get_form_kwargs()
kwargs['entry'] = self.get_objects() <==== to this
return kwargs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions