This commit is contained in:
Ross
2020-10-15 23:15:52 +01:00
parent c923d52382
commit 10488feb28
+1 -1
View File
@@ -74,7 +74,7 @@ class AnatomyQuestion(models.Model):
null=True, blank=True)
modality = models.ForeignKey(Modality,
on_delete=models.SET_NULL,
null=True)
null=True, help_text="Modality of the image")
body_part = models.ForeignKey(BodyPart,
on_delete=models.SET_NULL,
null=True,