Browse Source

DIV-258 copy change in form 52

pull/160/head
Foley Lynn 8 years ago
parent
commit
a8c4487940
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/pdf/form52.html

+ 2
- 2
edivorce/apps/core/templates/pdf/form52.html View File

@ -32,10 +32,10 @@
<em> In the Supreme Court of British Columbia </em>
</p>
<p>
Claimant:{% 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 %}
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 %}
</p>
<p>
Respondent:{% 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 %}
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 %}
</p>
<h2 align="center">
FINAL ORDER


Loading…
Cancel
Save