Add help text for AnatomyQuestion structure field and enhance form instructions

This commit is contained in:
Ross
2026-02-16 09:22:00 +00:00
parent 19eb10c089
commit 90c96333a1
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -116,6 +116,8 @@ class AnatomyQuestion(QuestionBase):
)
structure = models.ForeignKey(
Structure, on_delete=models.SET_NULL, null=True, blank=True
, help_text="The structure that is being asked about in the question, this is used for categorisation and search purposes but is not required to be set for a question to be valid."
)
author = models.ManyToManyField(