Corrected comments

This commit is contained in:
CocoByte 2025-01-17 15:57:26 -07:00
parent f9fca1b906
commit 0cee2ecbc0
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -1670,7 +1670,7 @@ class DomainInformationAdmin(ListHeaderAdmin, ImportExportModelAdmin):
class GenericOrgFilter(admin.SimpleListFilter):
"""Custom Generic Organization filter that accomodates portfolio feature.
If we have a portfolio, use the portfolio's organization. If not, use the
organization in the Domain Request object."""
organization in the Domain Information object."""
title = "generic organization"
parameter_name = "converted_generic_orgs"
@ -3232,7 +3232,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
class GenericOrgFilter(admin.SimpleListFilter):
"""Custom Generic Organization filter that accomodates portfolio feature.
If we have a portfolio, use the portfolio's organization. If not, use the
organization in the Domain Request object."""
organization in the Domain Information object."""
title = "generic organization"
parameter_name = "converted_generic_orgs"