This commit is contained in:
Ross
2021-10-20 17:59:19 +01:00
parent 52a951e5d2
commit b26564c4ab
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class AnatomyQuestion(models.Model):
QuestionType, on_delete=models.SET_NULL, null=True, default=1
)
image = models.ImageField(upload_to=image_directory_path)
image = models.ImageField(upload_to=image_directory_path, help_text="The image to use for the question. Ideally use use unmarked images and annotate (arrow) them on the test system. If you wish to reuse an image that is already uploaded 'clone' the question that contains it.As a preference")
image_annotations = models.TextField(
blank=True,