Remove csp alert

This commit is contained in:
leigh-mil
2019-11-19 16:48:43 -05:00
parent 8767ed8a27
commit 516a01840e
2 changed files with 0 additions and 5 deletions

View File

@@ -24,8 +24,6 @@
{% include "fragments/dod_login.html" %}
</div>
{{ Alert(message=("login.csp_disclaimer" | translate), level="warning") }}
{% with %}
{% set category_filter=["success", "info", "warning"] %}
{% include "fragments/flash.html" %}
@@ -47,5 +45,3 @@
</div>
{% endblock %}