1👍
✅
context['pickform'] = PickForm(initial={'game':context['game_detail']})
It returns a dictionary with these contents:
object: The object that this view is displaying (self.object).
In your form you have set context_object_name = 'game_detail'
Source:stackexchange.com