mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 13:03:14 +02:00
Merge branch 'main' of https://github.com/cisagov/manage.get.gov into rh/3576-phantom-domain-request
This commit is contained in:
commit
65369758f8
15 changed files with 714 additions and 38 deletions
|
@ -607,7 +607,10 @@ class DotGovDomainForm(RegistrarForm):
|
|||
)
|
||||
|
||||
|
||||
class PurposeForm(RegistrarForm):
|
||||
class PurposeDetailsForm(BaseDeletableRegistrarForm):
|
||||
|
||||
field_name = "purpose"
|
||||
|
||||
purpose = forms.CharField(
|
||||
label="Purpose",
|
||||
widget=forms.Textarea(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue