+
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 %}
-
{% 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 }}