mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
Leave todo reminder for updatefederalagency viewing in admin
This commit is contained in:
parent
a7f7e5501e
commit
2088330db0
1 changed files with 2 additions and 0 deletions
|
@ -979,6 +979,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
|||
"classes": ["collapse"],
|
||||
"fields": [
|
||||
"federal_type",
|
||||
# TODO 1975 BEFORE MERGING: COMMENT BELOW OUT
|
||||
"updated_federal_agency",
|
||||
# Above field commented out so it won't display
|
||||
"federal_agency", # TODO: remove later
|
||||
|
@ -1220,6 +1221,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
|||
"classes": ["collapse"],
|
||||
"fields": [
|
||||
"federal_type",
|
||||
# TODO 1975 BEFORE MERGING: COMMENT BELOW OUT
|
||||
"updated_federal_agency",
|
||||
# Above field commented out so it won't display
|
||||
"federal_agency", # TODO: remove later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue