Browse Source

DIV-1141 - Revert the changes that indicated BC Services Card does not support eFiling

Also removed the "Gather your documents" section from the "success" page, since this was a regression from 2bb0ed3aec (diff-3664bf082698412c7b909d4ac73a482e4649fed162502d658b4167e3cd4fb397)
pull/172/head
Michael Olund 5 years ago
parent
commit
9fe96ba595
3 changed files with 3 additions and 34 deletions
  1. +0
    -12
      edivorce/apps/core/static/css/main.scss
  2. +2
    -2
      edivorce/apps/core/templates/dashboard/sign_file_options.html
  3. +1
    -20
      edivorce/apps/core/templates/success.html

+ 0
- 12
edivorce/apps/core/static/css/main.scss View File

@ -2116,18 +2116,6 @@ textarea {
background-color: rgba(0,0,0,0.7);
}
.light-shaded-box {
background-color: $color-grey-lightest;
border-radius: 8px;
padding: 18px 30px;
margin-bottom: 28px;
p {
margin: 0;
max-width: 100%;
}
}
#delete_child_modal,
#info_modal,
#questions_modal,


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

@ -51,7 +51,7 @@
</div>
</div>
<h3>Filing Options</h3>
{% if where_were_you_married_country == 'Canada' and not request.user.is_bcsc %}
{% if where_were_you_married_country == 'Canada' %}
<p>You can file (?) your application for divorce in different ways.</p>
{% endif %}
<p>To file (?) your documents, you will need:</p>
@ -72,7 +72,7 @@
<li>You will need to have your affidavit(s) sworn/affirmed (see above)</li>
<li>Photo ID</li>
</ul>
{% if where_were_you_married_country == 'Canada' and not request.user.is_bcsc %}
{% if where_were_you_married_country == 'Canada' %}
<div class="question-well">
<h3>Select how you would like to file (?) your documents:</h3>
<div class="radio"><label>{% input_field type="radio" name="how_to_file" value="Online" id="file-online" %}


+ 1
- 20
edivorce/apps/core/templates/success.html View File

@ -7,28 +7,9 @@
<h1 class="checkmark">You have met the conditions for using the Online Divorce Assistant</h1>
<div class="question-well">
<h3>1. Gather your documents</h3>
<p>You will need the following documents to move forward with the divorce request:</p>
<ul>
<li>Marriage certificate</li>
<li>Separation agreement (if applicable)</li>
<li>Court order (if applicable)</li>
</ul>
</div>
<div class="question-well">
<h3>2. Register or Login</h3>
<h3>Register or Login</h3>
<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>
<div class="light-shaded-box">
<p><strong>NOTE about logging in with your BC Services Card</strong></p>
<p>
You can log in and use the Online Divorce Assistant with your BC Services Card.
However, you are limited to filing in-person at a BC Court Registry as online
filing with a BC Services Card is currently not available.
</p>
</div>
<div class="success-buttons">
<div class="flex-row" id="bcId" style="width: 30%;">
<h3>Register for a <br>Basic BCeID</br></h3>


Loading…
Cancel
Save