Reinforce service domain uniqueness

pull/281/head
Andrew Godwin 2022-12-26 15:29:09 -07:00
rodzic 5ac2c26eec
commit a815622190
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -54,7 +54,7 @@ class DomainCreate(FormView):
validators=[DomainValidator()],
)
service_domain = forms.CharField(
help_text="Optional - a domain that serves Takahē if it is not running on the main domain.\nCannot be changed after the domain has been created.",
help_text="Optional - a domain that serves Takahē if it is not running on the main domain.\nCannot be changed after the domain has been created.\nMust be unique for each display domain!",
required=False,
validators=[DomainValidator()],
)