First pass through updates

This commit is contained in:
CocoByte 2024-12-12 20:08:34 -07:00
parent 81447092b9
commit 579ae02960
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 5 additions and 5 deletions

View file

@ -1948,6 +1948,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
ElectionOfficeFilter,
"rejection_reason",
InvestigatorFilter,
"portfolio"
)
# Search
@ -1956,8 +1957,10 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
"creator__email",
"creator__first_name",
"creator__last_name",
"converted_organization_name"
]
search_help_text = "Search by domain or creator."
search_help_text = "Search by domain, creator, or organization name."
fieldsets = [
(
@ -2123,9 +2126,6 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
"cisa_representative_first_name",
"cisa_representative_last_name",
"cisa_representative_email",
"requested_suborganization",
"suborganization_city",
"suborganization_state_territory",
]
autocomplete_fields = [

View file

@ -1,7 +1,7 @@
{% load static %}
<header class="usa-header usa-header--basic">
<div class="usa-nav-container {% if is_widescreen_mode %} usa-nav-container--widescreen {% endif %}">
<div class="usa-nav-container {% if is_widescreen_mode %} ugit sa-nav-container--widescreen {% endif %}">
<div class="usa-navbar">
{% include "includes/gov_extended_logo.html" with logo_clickable=logo_clickable %}
<button type="button" class="usa-menu-btn">Menu</button>