Browse Source

Updated contents for step 3, 6, 7(DIV-452, 453, 401, and 402)

pull/160/head
Charles Shin 8 years ago
parent
commit
891557dcd3
4 changed files with 16 additions and 9 deletions
  1. +1
    -1
      edivorce/apps/core/templates/partials/dashnav.html
  2. +4
    -7
      edivorce/apps/core/templates/question/03_respondent.html
  3. +6
    -1
      edivorce/apps/core/templates/question/06_support.html
  4. +5
    -0
      edivorce/apps/core/templates/question/07_property.html

+ 1
- 1
edivorce/apps/core/templates/partials/dashnav.html View File

@ -1,6 +1,6 @@
{% load static %} {% load static %}
<div class="col-flex dashnav-column"> <div class="col-flex dashnav-column">
<h4>Divorce Application Stages</h4>
<h4>Application Stages</h4>
<a href="{% url 'overview' %}" class="progress-question {% if active_page == 'overview' %} active {% endif %}"> <a href="{% url 'overview' %}" class="progress-question {% if active_page == 'overview' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-file-text-o" aria-hidden="true"></i></span> <span class="progress-icon"><i class="fa fa-file-text-o" aria-hidden="true"></i></span>


+ 4
- 7
edivorce/apps/core/templates/question/03_respondent.html View File

@ -15,7 +15,6 @@
<div class="question-well"> <div class="question-well">
<h3>What is your spouse's name ( enter name as it appears on the marriage certificate or registration of marriage)?</h3> <h3>What is your spouse's name ( enter name as it appears on the marriage certificate or registration of marriage)?</h3>
{% input_field type="text" name="name_spouse" class="form-block input-wide response-textbox" %} {% input_field type="text" name="name_spouse" class="form-block input-wide response-textbox" %}
<p>This is also know as surname or family name.</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" <div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapse_legal_name" aria-controls="collapse_legal_name"> data-target="#collapse_legal_name" aria-controls="collapse_legal_name">
@ -40,8 +39,7 @@
<div> <div>
<p>For the Notice of Family Claim Form (F1) you need to enter your spouse's name as it appears on the <p>For the Notice of Family Claim Form (F1) you need to enter your spouse's name as it appears on the
marriage certificate. </p> marriage certificate. </p>
<p>When you got married, their name didn't automatically change. They're allowed to use your
spouse's surname, but a formal name change wasn't necessary.</p>
<p>When you got married, their name didn't automatically change. Your spouse was allowed to use your surname, but a formal name change wasn't necessary.</p>
</div> </div>
</div> </div>
</div> </div>
@ -59,13 +57,12 @@
</label> </label>
</div> </div>
<p>This could be an abbreviaton of your legal name, a maiden name, or any aliases they use for business
<p>This could be an abbreviation of your legal name, a maiden name, or any aliases they use for business
or legal matters.</p> or legal matters.</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_other_name" aria-controls="collapse_other_name"> <div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_other_name" aria-controls="collapse_other_name">
<div> <div>
Why do I need to provide other names that I go by? How will you be using this
information?
Why do I need to provide other names that my spouse goes by? How will you be using this information?
</div> </div>
</div> </div>
<div class="collapse" id="collapse_other_name"> <div class="collapse" id="collapse_other_name">
@ -76,7 +73,7 @@
the court order match what is on the title. This wold also apply to pensions, RRSPs, etc. the court order match what is on the title. This wold also apply to pensions, RRSPs, etc.
The order for divorce is also used to create linkages between names.</p> The order for divorce is also used to create linkages between names.</p>
<p>You may want to take a look at the names that you have used on any legal and business <p>You may want to take a look at the names that you have used on any legal and business
agreements/contracts to ensure you are providing the courts with all variations of your name.</p>
agreements/contracts to ensure you are providing the courts with all variations of your spouse's name.</p>
</div> </div>
</div> </div>


+ 6
- 1
edivorce/apps/core/templates/question/06_support.html View File

@ -15,7 +15,12 @@
<h3>Claimant 1 and Claimant 2 are asking for an <span class="tooltip-link" data-toggle="tooltip" data-placement="auto" data-html="true" data-trigger="click" <h3>Claimant 1 and Claimant 2 are asking for an <span class="tooltip-link" data-toggle="tooltip" data-placement="auto" data-html="true" data-trigger="click"
title="<b>Order</b><br />A type of court ruling a judge or master makes that sets out what you must do or not do.">order<i class="fa fa-question-circle" aria-hidden="true"></i></span> title="<b>Order</b><br />A type of court ruling a judge or master makes that sets out what you must do or not do.">order<i class="fa fa-question-circle" aria-hidden="true"></i></span>
for spousal support as follows:</h3> for spousal support as follows:</h3>
{% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" %}
{% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" placeholder="Please enter the spousal support details that you wnat to appear in the order issued by the court." %}
<p>
To see some examples of how to write what you are asking for, refer to the Supreme Court of B.C. website. The website has a list of
<a href="http://www.courts.gov.bc.ca/supreme_court/practice_and_procedure/sc_family_law_orders.aspx" target="_blank">standard terms</a>
for most of the usual orders made in family cases.
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_support_amount" aria-controls="collapse_support_amount"> <div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_support_amount" aria-controls="collapse_support_amount">
<div> <div>


+ 5
- 0
edivorce/apps/core/templates/question/07_property.html View File

@ -108,6 +108,11 @@
</div> </div>
</div> </div>
{% input_field type="textarea" name="how_to_divide_property_debt" rows="8" cols="65" class="response-textarea" %} {% input_field type="textarea" name="how_to_divide_property_debt" rows="8" cols="65" class="response-textarea" %}
<p>
To see some examples of how to write what you are asking for, refer to the Supreme Court of B.C. website. The website has a list of
<a href="http://www.courts.gov.bc.ca/supreme_court/practice_and_procedure/sc_family_law_orders.aspx" target="_blank">standard terms</a>
for most of the usual orders made in family cases.
</p>
</div> </div>
<div class="question-well"> <div class="question-well">


Loading…
Cancel
Save