This commit is contained in:
2023-05-17 12:23:17 +01:00
parent 8da90ba670
commit f72b611e77
3 changed files with 4 additions and 4 deletions

View File

@@ -877,7 +877,7 @@ class EventChecklist(ReviewableModel, RevisionMixin):
class PowerTestRecord(ReviewableModel, RevisionMixin):
event = models.ForeignKey('Event', related_name='power_tests', on_delete=models.CASCADE)
power_mic = models.ForeignKey(settings.AUTH_USER_MODEL, blank=True, null=True, related_name='checklists',
verbose_name="Power MIC", on_delete=models.CASCADE, help_text="Who is the Power MIC?")
verbose_name="Power MIC", on_delete=models.CASCADE, help_text="Who is the Power MIC?")
venue = models.ForeignKey('Venue', on_delete=models.CASCADE)
notes = models.TextField(blank=True, default='')
# Small Electrical Checks