mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
linter
This commit is contained in:
parent
f85730af25
commit
8a91643cd0
1 changed files with 3 additions and 2 deletions
|
@ -29,6 +29,7 @@ class VerifiedByStaff(TimeStampedModel):
|
||||||
)
|
)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
verbose_name_plural ="Verified by staff"
|
verbose_name_plural = "Verified by staff"
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.email
|
return self.email
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue