mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
Cleanup
This commit is contained in:
parent
d5357bc2ee
commit
ee0f5e8a0d
2 changed files with 2 additions and 1 deletions
|
@ -796,6 +796,7 @@ class AnythingElseForm(BaseDeletableRegistrarForm):
|
||||||
|
|
||||||
class PortfolioAnythingElseForm(BaseDeletableRegistrarForm):
|
class PortfolioAnythingElseForm(BaseDeletableRegistrarForm):
|
||||||
"""The form for the portfolio additional details page. Tied to the anything_else field."""
|
"""The form for the portfolio additional details page. Tied to the anything_else field."""
|
||||||
|
|
||||||
anything_else = forms.CharField(
|
anything_else = forms.CharField(
|
||||||
required=False,
|
required=False,
|
||||||
label="Anything else?",
|
label="Anything else?",
|
||||||
|
|
|
@ -55,7 +55,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
||||||
# name for accessing /domain-request/<id>/edit
|
# name for accessing /domain-request/<id>/edit
|
||||||
EDIT_URL_NAME = "edit-domain-request"
|
EDIT_URL_NAME = "edit-domain-request"
|
||||||
NEW_URL_NAME = "start"
|
NEW_URL_NAME = "start"
|
||||||
FINISHED_URL_NAME = "finish"
|
FINISHED_URL_NAME = "finished"
|
||||||
|
|
||||||
# region: Titles
|
# region: Titles
|
||||||
# We need to pass our human-readable step titles as context to the templates.
|
# We need to pass our human-readable step titles as context to the templates.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue