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 = [
|
fields = [
|
||||||
'relationship',
|
'relationship',
|
||||||
]
|
]
|
||||||
|
widgets = {
|
||||||
|
'relationship': forms.HiddenInput,
|
||||||
|
}
|
||||||
|
|
||||||
question_model = models.RelationshipQuestion
|
question_model = models.RelationshipQuestion
|
||||||
answer_model = models.RelationshipQuestionChoice
|
answer_model = models.RelationshipQuestionChoice
|
||||||
|
|||||||
Reference in New Issue
Block a user