mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Sketch test cases for Domain integration
This also includes an illustration of how action buttons could be integrated into the admin portal.
This commit is contained in:
parent
78a9c50561
commit
cabe516f9f
5 changed files with 507 additions and 92 deletions
|
@ -267,7 +267,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
|
||||
def place_client_hold(self):
|
||||
"""This domain should not be active."""
|
||||
raise NotImplementedError()
|
||||
raise NotImplementedError("This is not implemented yet.")
|
||||
|
||||
def remove_client_hold(self):
|
||||
"""This domain is okay to be active."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue