diff --git a/edivorce/apps/core/templates/pdf/form38.html b/edivorce/apps/core/templates/pdf/form38.html
index 73239f02..a393bd5b 100644
--- a/edivorce/apps/core/templates/pdf/form38.html
+++ b/edivorce/apps/core/templates/pdf/form38.html
@@ -110,6 +110,7 @@
{% endfor %}.
{% else %}{% endif %}
+
I am neither directly nor indirectly a party to an agreement or
conspiracy for the purpose of subverting the administration of
@@ -117,14 +118,14 @@
fabricate or suppress evidence or to deceive the court.
-
-
+
+
There are no children of the marriage as defined by the Divorce
Act (Canada).
{% if responses.which_claimant == 'Claimant 1' and responses.name_change_you == 'YES' %}
-
+
Pursuant to Section 5 of the Name Act, Claimant 1 shall
bear the name of {{ responses.name_change_you_fullname }}
to take effect on {% effective_date %}.
@@ -132,7 +133,7 @@
{% endif %}
{% if responses.which_claimant == 'Claimant 2' and responses.name_change_spouse == 'YES' %}
-
+
Pursuant to Section 5 of the Name Act, Claimant 2 shall
bear the name of {{ responses.name_change_spouse_fullname }}
to take effect on {% effective_date %}.
diff --git a/edivorce/apps/core/templates/pdf/form38_we.html b/edivorce/apps/core/templates/pdf/form38_we.html
index 0ac517c0..dfed6859 100644
--- a/edivorce/apps/core/templates/pdf/form38_we.html
+++ b/edivorce/apps/core/templates/pdf/form38_we.html
@@ -108,15 +108,18 @@
{% endfor %}.
{% else %}{% endif %}
+
We are neither directly nor indirectly a party to an agreement or
conspiracy for the purpose of subverting the administration of
justice, or to any agreement, understanding or arrangement to
fabricate or suppress evidence or to deceive the court.
- There are no children of the marriage as defined by the
+
+
+ There are no children of the marriage as defined by the
Divorce Act (Canada).
{% if responses.name_change_you == 'YES' %}
-
+
Pursuant to Section 5 of the Name Act, Claimant 1 shall
bear the name of {{ responses.name_change_you_fullname }}
to take effect on {% effective_date %}.
@@ -124,7 +127,7 @@
{% endif %}
{% if responses.name_change_spouse == 'YES' %}
-
+
Pursuant to Section 5 of the Name Act, Claimant 2 shall
bear the name of {{ responses.name_change_spouse_fullname }}
to take effect on {% effective_date %}.