Browse Source

DIV-1283 - Copy error on Initial Filing page for "Notice of Joint Family Claim Form (F1)"

pull/172/head
Michael Olund 5 years ago
parent
commit
194709e36a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/dashboard/initial_filing.html

+ 2
- 2
edivorce/apps/core/templates/dashboard/initial_filing.html View File

@ -60,12 +60,12 @@
{% if how_to_sign == 'Together' and signing_location == 'In-person' %}
<div>
<p>The {% include "partials/tooltips/forms/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} will be
automatically filed for you.</p>
generated and attached for you.</p>
</div>
{% elif how_to_sign == 'Separately' and signing_location_you == 'In-person' %}
<div>
<p>The {% include "partials/tooltips/forms/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} will be
automatically filed for you.</p>
generated and attached for you.</p>
</div>
{% else %}
<p>The following forms will be automatically filed for you:</p>


Loading…
Cancel
Save