This commit is contained in:
Ross
2024-01-10 23:24:32 +00:00
parent 5d3c860b9a
commit fe2920ca39
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class AnatomyQuestion(QuestionBase):
help_text="Short description of the image e.g. 'Sagittal CT Chest, Abdomen & Pelvis', will be displayed as the title.",
)
answer_help = models.TextField(default="", help_text="Helpful information for marking")
answer_help = models.TextField(default="", blank=True, null=True, help_text="Helpful information for marking")
examination = models.ForeignKey(
Examination, on_delete=models.SET_NULL, null=True, blank=True