diff --git a/dojo/templates/dojo/custom_html_report.html b/dojo/templates/dojo/custom_html_report.html index aa091eb3ec6..cc14b56cf57 100644 --- a/dojo/templates/dojo/custom_html_report.html +++ b/dojo/templates/dojo/custom_html_report.html @@ -5,7 +5,7 @@ {{ block.super }}
{% if include_disclaimer %} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/endpoint_pdf_report.html b/dojo/templates/dojo/endpoint_pdf_report.html index f5b18548c17..96d76d0b71f 100644 --- a/dojo/templates/dojo/endpoint_pdf_report.html +++ b/dojo/templates/dojo/endpoint_pdf_report.html @@ -79,7 +79,7 @@
{% endif %} {% if include_disclaimer%} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/engagement_pdf_report.html b/dojo/templates/dojo/engagement_pdf_report.html index 93f750fe96e..8b0dd906af2 100644 --- a/dojo/templates/dojo/engagement_pdf_report.html +++ b/dojo/templates/dojo/engagement_pdf_report.html @@ -158,7 +158,7 @@
{% endif %} {% if include_disclaimer%} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/finding_pdf_report.html b/dojo/templates/dojo/finding_pdf_report.html index f4c6a73b216..7035b1c4a61 100644 --- a/dojo/templates/dojo/finding_pdf_report.html +++ b/dojo/templates/dojo/finding_pdf_report.html @@ -55,7 +55,7 @@
{% endif %} {% if include_disclaimer%} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/findings_list_snippet.html b/dojo/templates/dojo/findings_list_snippet.html index 393d009ab36..eb8d3db7edb 100644 --- a/dojo/templates/dojo/findings_list_snippet.html +++ b/dojo/templates/dojo/findings_list_snippet.html @@ -248,7 +248,7 @@

{{ bulk_edit_form.tags }} {% if bulk_edit_form.disclaimer %} -
+
Disclaimer
{{ bulk_edit_form.disclaimer }}
diff --git a/dojo/templates/dojo/form_fields.html b/dojo/templates/dojo/form_fields.html index f80fdbb3109..69b3d0b4539 100644 --- a/dojo/templates/dojo/form_fields.html +++ b/dojo/templates/dojo/form_fields.html @@ -84,7 +84,7 @@ {% endfor %} {% if form.disclaimer %} -
+
Disclaimer
{{ form.disclaimer }}
diff --git a/dojo/templates/dojo/product_endpoint_pdf_report.html b/dojo/templates/dojo/product_endpoint_pdf_report.html index bd48d09a353..b86e2860267 100644 --- a/dojo/templates/dojo/product_endpoint_pdf_report.html +++ b/dojo/templates/dojo/product_endpoint_pdf_report.html @@ -117,7 +117,7 @@
Finding Age
{% endif %} {% if include_disclaimer%} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/product_pdf_report.html b/dojo/templates/dojo/product_pdf_report.html index b942187e894..a25e0084192 100644 --- a/dojo/templates/dojo/product_pdf_report.html +++ b/dojo/templates/dojo/product_pdf_report.html @@ -140,7 +140,7 @@
Finding Age
{% endif %} {% if include_disclaimer%} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/product_type_pdf_report.html b/dojo/templates/dojo/product_type_pdf_report.html index 411c0940cf0..11eeb095e48 100644 --- a/dojo/templates/dojo/product_type_pdf_report.html +++ b/dojo/templates/dojo/product_type_pdf_report.html @@ -112,7 +112,7 @@

{% endif %} {% if include_disclaimer%} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/test_pdf_report.html b/dojo/templates/dojo/test_pdf_report.html index dbc4b3cdc11..c86684da0c6 100644 --- a/dojo/templates/dojo/test_pdf_report.html +++ b/dojo/templates/dojo/test_pdf_report.html @@ -144,7 +144,7 @@
{% endif %} {% if include_disclaimer%} -
+
Disclaimer

{{ disclaimer | bleach_with_a_tags }}

diff --git a/dojo/templates/dojo/view_test.html b/dojo/templates/dojo/view_test.html index 761244196a0..1472d6c42e1 100644 --- a/dojo/templates/dojo/view_test.html +++ b/dojo/templates/dojo/view_test.html @@ -867,7 +867,7 @@

{{ bulk_edit_form.media.js }} {{ bulk_edit_form.tags }} {% if bulk_edit_form.disclaimer %} -
+
Disclaimer
{{ bulk_edit_form.disclaimer }}