mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
Add comment
This commit is contained in:
parent
896085a4e8
commit
e56a79a03a
1 changed files with 2 additions and 1 deletions
|
@ -325,7 +325,8 @@ class UserDomainRoleAdmin(ListHeaderAdmin):
|
|||
"""Custom domain role admin class."""
|
||||
|
||||
class Meta:
|
||||
model = models.DomainInvitation
|
||||
"""Contains meta information about this class"""
|
||||
model = models.UserDomainRole
|
||||
fields = "__all__"
|
||||
|
||||
_meta = Meta()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue