mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 01:33:56 +02:00
Update help text (most the way there)
This commit is contained in:
parent
64d0ec3f93
commit
30eed60413
5 changed files with 18 additions and 50 deletions
|
@ -20,12 +20,11 @@ class HostIP(TimeStampedModel):
|
|||
blank=False,
|
||||
default=None, # prevent saving without a value
|
||||
validators=[validate_ipv46_address],
|
||||
help_text="IP address",
|
||||
)
|
||||
|
||||
host = models.ForeignKey(
|
||||
"registrar.Host",
|
||||
on_delete=models.PROTECT,
|
||||
related_name="ip", # access this HostIP via the Host as `host.ip`
|
||||
help_text="Host to which this IP address belongs",
|
||||
help_text="IP associated with this host",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue