mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +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,
|
blank=False,
|
||||||
help_text="Notes",
|
help_text="Notes",
|
||||||
)
|
)
|
||||||
|
|
||||||
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