mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-07 13:05:36 +02:00
fix deletable-ness of form
This commit is contained in:
parent
321590ec5c
commit
377cb30818
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ class NoOtherContactsForm(BaseDeletableRegistrarForm):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class CisaRepresentativeForm(RegistrarForm):
|
class CisaRepresentativeForm(BaseDeletableRegistrarForm):
|
||||||
JOIN = "cisa_representative"
|
JOIN = "cisa_representative"
|
||||||
|
|
||||||
logger.debug("GETTING CISA REP")
|
logger.debug("GETTING CISA REP")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue