Browse Source

DIV-1141 - Updated signing and filing options

pull/172/head
Michael Olund 5 years ago
parent
commit
e42990933a
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +3
    -3
      edivorce/apps/core/templates/dashboard/sign_file_options.html

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 3
- 3
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' %} {# Eventually add not logged in with BC Services card check here #}
{% if where_were_you_married_country == 'Canada' and not request.user.is_bcsc %}
<p>You can file (?) your application for divorce in different ways.</p>
{% endif %}
<p>To file (?) your documents, you will need:</p>
@ -72,8 +72,8 @@
<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' %} {# Eventually add not logged in with BC Services card check here #}
<div class="question-well">
{% if where_were_you_married_country == 'Canada' and not request.user.is_bcsc %}
<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" %}
We will file Online through this tool</label></div>


Loading…
Cancel
Save