mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-29 14:06:32 +02:00
request and notes added to background section
This commit is contained in:
parent
e4df5c83a4
commit
861f5d2fa6
1 changed files with 5 additions and 0 deletions
|
@ -2474,6 +2474,11 @@ class DomainInformationInline(admin.StackedInline):
|
|||
modified_fieldsets[index][1]["fields"].extend(
|
||||
["domain_managers", "invited_domain_managers"]
|
||||
) # type: ignore
|
||||
elif title == "Background info":
|
||||
# move domain request and notes to background
|
||||
modified_fieldsets[index][1]["fields"].extend(
|
||||
["domain_request", "notes"]
|
||||
) # type: ignore
|
||||
|
||||
# Remove or remove fieldset sections
|
||||
for index, (title, f) in enumerate(modified_fieldsets):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue