Browse Source

DIV-1022: Address review

pull/172/head
ariannedee 5 years ago
parent
commit
2cf6a13655
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-postal-code').text(data.postal_code);
}).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>');
});
}


+ 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>
</ul>
<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>
</div>
{% 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>
</ul>
<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>
</div>
{% elif how_to_sign == 'Together' and signing_location == 'In-person' %}
@ -166,8 +164,7 @@
<li>Have your photo ID ready to show.</li>
</ul>
<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/>
<p>
<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>
</ul>
<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>
{% endif %}
<div class="add-top-margin">


Loading…
Cancel
Save