mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 13:36:30 +02:00
Fix SO message and fix search text
This commit is contained in:
parent
39875a73f0
commit
6aa7546c2e
3 changed files with 3 additions and 3 deletions
|
@ -2957,7 +2957,7 @@ class PortfolioAdmin(ListHeaderAdmin):
|
|||
|
||||
list_display = ("organization_name", "organization_type", "federal_type", "creator")
|
||||
search_fields = ["organization_name"]
|
||||
search_help_text = "Search by portfolio organization."
|
||||
search_help_text = "Search by organization name."
|
||||
readonly_fields = [
|
||||
# This is the created_at field
|
||||
"created_on",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue