Merge branch 'main' of https://github.com/GSA/notifications-admin into 2138-cancel-button-CSV

This commit is contained in:
Jonathan Bobel
2025-04-21 16:03:43 -04:00
32 changed files with 737 additions and 733 deletions

View File

@@ -20,7 +20,7 @@
<script nonce="{{ csp_nonce() }}">document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script>
{% block bodyStart %}
{% block extra_javascripts_before_body %}
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WX5NGWF"
<noscript><iframe sandbox src="https://www.googletagmanager.com/ns.html?id=GTM-WX5NGWF"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
{% endblock %}
{% endblock %}