Skip to content

Commit

Permalink
Merge pull request #1330 from GSA-TTS/main
Browse files Browse the repository at this point in the history
2023-06-23 43918f3 main -> prod
  • Loading branch information
asteel-gsa authored Jun 23, 2023
2 parents f4cfbf5 + 43918f3 commit 67e6517
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
# see settings options https://django-csp.readthedocs.io/en/latest/configuration.html#configuration-chapter
bucket = f"{STATIC_URL}"
allowed_sources = (
"self",
"'self'",
bucket,
"https://idp.int.identitysandbox.gov/",
"https://dap.digitalgov.gov",
Expand Down
6 changes: 6 additions & 0 deletions backend/static/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@
}
}
}

.fac-beta-banner {
background-color: color('gold-5v');
font-size: .88rem;
padding-block: .2rem;
}
3 changes: 3 additions & 0 deletions backend/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
</div>
</div>
</section>
<section class="fac-beta-banner">
<div class="grid-container">This application is currently under active development. Thank you for helping to improve the FAC by participating in user testing.</div>
</section>
<div class="usa-overlay"></div>
<header class="usa-header usa-header--basic">
{% include "includes/nav_primary.html" %}
Expand Down

0 comments on commit 67e6517

Please sign in to comment.