mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
@@ -192,6 +192,9 @@ class RelationshipAnswerSetForm(forms.ModelForm, DynamicAnswerSetBase):
|
||||
fields = [
|
||||
'relationship',
|
||||
]
|
||||
widgets = {
|
||||
'relationship': forms.HiddenInput,
|
||||
}
|
||||
|
||||
question_model = models.RelationshipQuestion
|
||||
answer_model = models.RelationshipQuestionChoice
|
||||
|
||||
Reference in New Issue
Block a user