diff --git a/edivorce/apps/core/static/css/weasyprint.css b/edivorce/apps/core/static/css/weasyprint.css index df693ea9..e8f94e06 100644 --- a/edivorce/apps/core/static/css/weasyprint.css +++ b/edivorce/apps/core/static/css/weasyprint.css @@ -134,6 +134,9 @@ i.fa { .sig-table .sig-line-text { font-size: 0.88em; } +.sig-table .sig-line-text p.small-margin { + margin-bottom: 4px; +} .sig-table .sig-col1 { width: 0.5in; } diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html index 10833d6a..405ec1d6 100644 --- a/edivorce/apps/core/templates/pdf/form52.html +++ b/edivorce/apps/core/templates/pdf/form52.html @@ -165,18 +165,16 @@
Signature of
+Signature of Claimant 1
- Claimant 1 - lawyer for Claimant 1 + {% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you %}
Signature of
+Signature of Claimant 2
- Claimant 2 - lawyer for Claimant 2 + {% include "partials/name_with_alias.html" with name=responses.name_spouse use_other_name=responses.any_other_name_spouse other_names=responses.other_name_spouse %}