From 33fd409bb5b253fe85f549d638ef6d0471bb521f Mon Sep 17 00:00:00 2001 From: Mike Olund Date: Tue, 15 Aug 2017 11:23:06 -0700 Subject: [PATCH] DIV-498 - Restrict the height of claimant 1 & 2 names on form 52 --- edivorce/apps/core/templates/pdf/form52.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html index e54a05c9..b93e847a 100644 --- a/edivorce/apps/core/templates/pdf/form52.html +++ b/edivorce/apps/core/templates/pdf/form52.html @@ -35,10 +35,10 @@

In the Supreme Court of British Columbia

-

+

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 class_name='form-entry_claimant' %}

-

+

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 class_name='form-entry_claimant' %}