mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
linter
This commit is contained in:
parent
f85730af25
commit
8a91643cd0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue