This commit is contained in:
Alysia Broddrick 2024-01-29 15:08:43 -08:00
parent f85730af25
commit 8a91643cd0
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -27,8 +27,9 @@ class VerifiedByStaff(TimeStampedModel):
blank=False,
help_text="Notes",
)
class Meta:
verbose_name_plural ="Verified by staff"
verbose_name_plural = "Verified by staff"
def __str__(self):
return self.email