mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25: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
|
@ -21,14 +21,13 @@ class Host(TimeStampedModel):
|
|||
blank=False,
|
||||
default=None, # prevent saving without a value
|
||||
unique=False,
|
||||
help_text="Fully qualified domain name",
|
||||
)
|
||||
|
||||
domain = models.ForeignKey(
|
||||
"registrar.Domain",
|
||||
on_delete=models.PROTECT,
|
||||
related_name="host", # access this Host via the Domain as `domain.host`
|
||||
help_text="Domain to which this host belongs",
|
||||
help_text="Domain associated with this hosts",
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue