update trainee / supervisor management

This commit is contained in:
Ross
2024-09-09 12:41:27 +01:00
parent b8ee207061
commit 41a4aa1a4c
7 changed files with 39 additions and 16 deletions
+1 -1
View File
@@ -1643,7 +1643,7 @@ class Supervisor(models.Model):
on_delete=models.CASCADE,
null=True,
blank=True,
help_text="If the supervisor has an account on the test system that can be associated here",
help_text="If the supervisor has an account on the test system it can be associated here",
)
site = models.ForeignKey(
"Site",