Skip to content

In section: Displaying the comment form #150

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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