Skip to content

Commit

Permalink
Merge pull request #4337 from GSA-TTS/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm authored Oct 2, 2024
2 parents 6877b41 + 4b5cd11 commit 14e3e2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions backend/dissemination/summary_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
"auditor_email",
"auditor_foreign_address",
"auditor_certified_date",
"auditor_certify_name",
"auditor_certify_title",
"cognizant_agency",
"oversight_agency",
"type_audit_code",
Expand Down
9 changes: 7 additions & 2 deletions backend/templates/includes/nav_primary.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@
</li>
<li class="usa-nav__submenu-item">
<a href="{{ STATIC_SITE_URL }}search-resources/"
target="_blank"
rel="noopener noreferrer">Search resources</a>
target="_blank"
rel="noopener noreferrer">Search resources</a>
</li>
<li class="usa-nav__submenu-item">
<a href="{{ STATIC_SITE_URL }}data-reliability/"
target="_blank"
rel="noopener noreferrer">Data reliability</a>
</li>
<li class="usa-nav__submenu-item">
<a href="{{ STATIC_SITE_URL }}api/"
Expand Down

0 comments on commit 14e3e2d

Please sign in to comment.