Working JS "additional form" form

This commit is contained in:
Neil Martinsen-Burrell 2023-05-05 10:40:13 -05:00
parent 57ea83ec1c
commit b344e71190
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
8 changed files with 65 additions and 14 deletions

View file

@ -234,7 +234,7 @@ class Domain(TimeStampedModel):
"""Set the nameservers for this domain."""
# TODO: call EPP to set these values in the registry instead of doing
# nothing.
pass
logger.warn("TODO: Fake setting nameservers to %s", new_nameservers)
@property
def roid(self):