Add alert to log in page with csp disclaimer

This commit is contained in:
leigh-mil
2019-08-06 10:31:12 -04:00
parent 7afc24deb1
commit 5049b8262d
3 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,8 @@
{% 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" %}