mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 17:23:55 +02:00
Update more table field names
This commit is contained in:
parent
ed517aa258
commit
d419bf7d2a
4 changed files with 6 additions and 2 deletions
|
@ -20,6 +20,7 @@ class HostIP(TimeStampedModel):
|
|||
blank=False,
|
||||
default=None, # prevent saving without a value
|
||||
validators=[validate_ipv46_address],
|
||||
verbose_name="IP address",
|
||||
help_text="IP address",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue