Browse Source

Update wording on success page based on feedback.

Signed-off-by: Wade Barnes <wade.barnes@shaw.ca>
pull/160/head
Wade Barnes 5 years ago
parent
commit
21f7a0e67b
No known key found for this signature in database GPG Key ID: 8EFD0ACAE2C82CB7
1 changed files with 7 additions and 8 deletions
  1. +7
    -8
      edivorce/apps/core/templates/success.html

+ 7
- 8
edivorce/apps/core/templates/success.html View File

@ -6,23 +6,22 @@
<h1 class="checkmark">You have met the conditions for using the Online Divorce Assistant</h1>
<h2> Register or Login</h2>
<p>You will need a BCeID or BC Services Card account to access the Online Divorce Assistant. This is an online "ID"
and password that enables you to securely access multiple online government services with a single user ID and password.</p>
<p>You will need a <strong>Basic BCeID</strong> or <strong>BC Services Card</strong> account to access the Online Divorce Assistant. This will also enable you to securely access multiple other online government services.</p>
<hr />
<div class="success-buttons">
<div class="flex-row" id="bcId" style="width: 30%;">
<h3>Register for a Basic BCeID</h3>
<p>You can use a <strong>Basic BCeID</strong> to use the Online Divorce Assistant. Once you register, you’ll be taken back to this website.</p>
<p>Once you register, you’ll be taken back to this website.</p>
</div>
<div class="flex-row" id="scard" style="width: 30%;">
<h3>Register for a BC Services Card</h3>
<p>You can use the a <strong>BC Services Card</strong> to use the Online Divorce Assistant. Once you register, you’ll be taken back to this website.</p>
<h3>Set up your BC Services Card Account</h3>
<p>Once you're set up, you’ll be taken back to this website.</p>
</div>
<div class="flex-row" id="login" style="width: 30%;">
<h3>I have a BCeID or BC Services Card</h3>
<p>If you already have a <strong>Basic BCeID</strong> or a <strong>Personal BCeID</strong> or<strong> BC Services Card</strong>, then you can login now. </p>
<h3>Login with a BCeID or BC Services Card</h3>
<p>Once you login, you’ll be taken back to this website.</p>
</div>
</div>
@ -34,7 +33,7 @@
</div>
<div class="flex-row"id="scard" style="width: 30%;">
<a class="btn btn-success btn-lg btn-block" href="{% url 'register_sc' %}">
Register
Set Up
</a>
</div>
<div class="flex-row"id="login" style="width: 30%;">


Loading…
Cancel
Save