This commit is contained in:
Ross
2021-02-17 22:18:56 +00:00
parent 326c155c24
commit 2c66e5c757
6 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ class LongSeries(models.Model):
)
examination = models.ForeignKey(
Examination,
help_text="Name of the examination",
help_text="Name of the examination, this appears as the thumbnail title on the test system",
related_name="series_examination",
on_delete=models.SET_NULL,
null=True,