Browse Source

Merge pull request #129 from bcgov/DIV-1022

DIV-1022: Address review of swearing page
pull/172/head
Arianne 5 years ago
committed by GitHub
parent
commit
d2a0effe5c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions
  1. +1
    -1
      edivorce/apps/core/static/js/signing-filing.js
  2. +4
    -8
      edivorce/apps/core/templates/dashboard/swear_forms.html

+ 1
- 1
edivorce/apps/core/static/js/signing-filing.js View File

@ -128,7 +128,7 @@ $(window).load(function () {
$('#court-registry-address').text(data.address); $('#court-registry-address').text(data.address);
$('#court-registry-postal-code').text(data.postal_code); $('#court-registry-postal-code').text(data.postal_code);
}).error((response) => { }).error((response) => {
$('#court-registry-address').html('<span class="error-text">Error retrieving address</span>');
$('#court-registry-address').html('<span class="error-text">No address found</span>');
$('#court-registry-postal-code').html('<a href="https://www.bccourts.ca/supreme_court/court_locations_and_contacts.aspx">Look up address</a>'); $('#court-registry-postal-code').html('<a href="https://www.bccourts.ca/supreme_court/court_locations_and_contacts.aspx">Look up address</a>');
}); });
} }


+ 4
- 8
edivorce/apps/core/templates/dashboard/swear_forms.html View File

@ -53,8 +53,7 @@
<li>The virtual session will involve a video call between you and the court registry clerk.</li> <li>The virtual session will involve a video call between you and the court registry clerk.</li>
</ul> </ul>
<p> <p>
Once you have filed your documents (see next step), someone from the court registry will be in touch
soon to book your virtual session.
The court registry will be in touch soon to book your virtual session.
</p> </p>
</div> </div>
{% elif how_to_sign == 'Separately' and signing_location_you == 'Virtual' and signing_location_spouse == 'Virtual' %} {% elif how_to_sign == 'Separately' and signing_location_you == 'Virtual' and signing_location_spouse == 'Virtual' %}
@ -76,8 +75,7 @@
<li>The virtual session will involve a video call between you and the court registry clerk.</li> <li>The virtual session will involve a video call between you and the court registry clerk.</li>
</ul> </ul>
<p> <p>
Once you have filed your documents (see next step), someone from the court registry will be in touch soon to book your virtual
session.
The court registry will be in touch soon to book your virtual sessions.
</p> </p>
</div> </div>
{% elif how_to_sign == 'Together' and signing_location == 'In-person' %} {% elif how_to_sign == 'Together' and signing_location == 'In-person' %}
@ -166,8 +164,7 @@
<li>Have your photo ID ready to show.</li> <li>Have your photo ID ready to show.</li>
</ul> </ul>
<p>The virtual session will involve a video call between you and the court registry clerk.</p> <p>The virtual session will involve a video call between you and the court registry clerk.</p>
<p>Once you have filed your documents (see next step), someone from the court registry will be in touch soon to book your
virtual session.</p>
<p>The court registry will be in touch soon to book your virtual session.</p>
<hr/> <hr/>
<p> <p>
<b>Your spouse will {% include "partials/tooltips/swear_affirm.html" %} with a <b>Your spouse will {% include "partials/tooltips/swear_affirm.html" %} with a
@ -247,8 +244,7 @@
<li>Have their photo ID ready to show.</li> <li>Have their photo ID ready to show.</li>
</ul> </ul>
<p>The virtual session will involve a video call between your spouse and the court registry clerk.</p> <p>The virtual session will involve a video call between your spouse and the court registry clerk.</p>
<p>Once you have filed your initial documents (see next step), someone from the court registry will be in touch
with your spouse soon to book their virtual session.</p>
<p>The court registry will be in touch with your spouse soon to book their virtual session.</p>
</div> </div>
{% endif %} {% endif %}
<div class="add-top-margin"> <div class="add-top-margin">


Loading…
Cancel
Save