Merge branch 'main' of https://github.com/cisagov/manage.get.gov into rh/3576-phantom-domain-request

This commit is contained in:
Rebecca Hsieh 2025-03-12 17:09:35 -07:00
commit 65369758f8
No known key found for this signature in database
15 changed files with 714 additions and 38 deletions

View file

@ -607,7 +607,10 @@ class DotGovDomainForm(RegistrarForm):
)
class PurposeForm(RegistrarForm):
class PurposeDetailsForm(BaseDeletableRegistrarForm):
field_name = "purpose"
purpose = forms.CharField(
label="Purpose",
widget=forms.Textarea(