diff --git a/people/forms.py b/people/forms.py index 89ce80f..3f567b8 100644 --- a/people/forms.py +++ b/people/forms.py @@ -192,6 +192,9 @@ class RelationshipAnswerSetForm(forms.ModelForm, DynamicAnswerSetBase): fields = [ 'relationship', ] + widgets = { + 'relationship': forms.HiddenInput, + } question_model = models.RelationshipQuestion answer_model = models.RelationshipQuestionChoice