Nomcom topic responses didn't save respondent because of a missing form creation parameter. Fixed.
- Legacy-Id: 18652
This commit is contained in:
parent
8e0a6c2b9b
commit
f4b90c0dc8
|
@ -572,7 +572,7 @@ def feedback(request, year, public):
|
|||
elif topic:
|
||||
form = FeedbackForm(data=request.POST,
|
||||
nomcom=nomcom, user=request.user,
|
||||
topic=topic)
|
||||
public=public, topic=topic)
|
||||
else:
|
||||
form = None
|
||||
if form and form.is_valid():
|
||||
|
|
Loading…
Reference in a new issue